Conceptual model building


TASK: Assume you own a software company. When you bring on new employees your hiring process is 1) to give them an technical aptitude test, 2) bring them in for an interview (conducted by a team of three hiring managers), and 3) put them through a 6-week training course. At the end of the course you have the option to let the employee go with no further costs or keep them on board. You keep a record of all your employees, including their interview score (an average score from 1-5 based on three hiring manager's input from the interview), their aptitude test score, the number of training classes they missed, and their annual performance score. These records are found in the included file "employee-perf.csv". You are hiring and want to identify good candidates before having to keep them on the payroll for a full year.

Problem 1. Conceptual Model Building: Show a multiple regression model (conceptual) that may be used to predict employee performance based on hiring and training data. If you use variable names (like X, Y, Z, etc.) please be sure to state what each variable name denotes.

Problem 2. Model Implementation in R: Implement your model in R using the "employee-perf.csv" data file. Answer the following questions:

a. Other than the fact that there are not a lot of observations in the data, does your model appear to have good validity? Why or why not?

b. How much variance of an employee's annual performance can be explained by your model?

Problem 3. Prediction: Suppose you have the following candidates that have just made it through the training course and you can either retain them or let them go. Their information is as follows:

Candidates    Aptitude test;  Interview score;  Missed training classes
Steve jobs           84;                 3.55;                       6
Bill Gates             37;                 4.72;                       1
Sergey Brin         86;                 4.61;                       3

a) What is the predicted annual performance score for each of these candidates? What is the 99% confidence range for each of these predicted scores?

b) Who (if anyone) would you hire? Who (if anyone) would you let go? Why?

Problem 4. Insight: By examining different aspects of the model, what (if any) cost-cutting policies or changes should you consider? Why or why not?

Employee,Annual Performance Rating,Aptitude Test Score,Interview Score,Missed Training Classes

1,85,74,4.02,1
2,74,63,3.19,7
3,76,69,3.55,5
4,90,80,4.26,2
5,85,72,3.75,6
6,87,76,4.87,3
7,94,84,4.68,2
8,98,89,4.37,5
9,81,73,3.72,4
10,91,82,4.61,3
11,76,71,2.99,1
12,74,64,3.7,4

Solution Preview :

Prepared by a verified Expert
Other Subject: Conceptual model building
Reference No:- TGS01615404

Now Priced at $25 (50% Discount)

Recommended (92%)

Rated (4.4/5)