Question

The director of a training program for a large insurance company has the business objective of...

The director of a training program for a large insurance company has the business objective of
determining which training method is best for training underwriters. The three methods to be
evaluated are classroom, online, and courseware app. The 30 trainees are divided into three randomly
assigned groups of 10. Before the start of the training, each trainee is given a proficiency exam that
measures mathematics and computer skills. At the end of the training, all students take the same endof-
training exam. The results are organized and stored in Underwriting.
Develop a multiple regression model to predict the score on the end-of-training exam, based on the
score on the proficiency exam and the method of training used. For (a) through (j), do not include an
interaction term.
a. State the multiple regression equation.
b. Interpret the regression coefficients in (a).
c. Predict the mean end-of-training exam score for a student with a proficiency exam score of
100 who had courseware app-based training.

d. Is there a significant relationship between the end-of-training exam score and the
independent variables (proficiency score and training method) at the 0.05 level of
significance?
e. At the 0.05 level of significance, determine whether each independent variable makes a
contribution to the regression model. Indicate the most appropriate regression model for this
set of data.
f. Construct and interpret a 95% confidence interval estimate of the population slope for the
relationship between the end-of-training exam score and the proficiency exam score.
g. Construct and interpret 98% confidence interval estimates of the population slope for the
relationship between the end-of-training exam score and the online method.
h. Compute and interpret the adjusted r2.
i. Compute the coefficients of partial determination and interpret their meaning.
j. What assumption about the slope of proficiency score with end-of-training exam score do
you need to make in this problem?
k. Add interaction terms to the model and, at the 0.05 level of significance, determine whether
any interaction terms make a significant contribution to the model.
l. On the basis of the results of (e) and (k), which model is most appropriate? Explain.

End-of-Training Proficiency Method
14 94 classroom
19 96 classroom
17 98 classroom
38 100 classroom
40 102 classroom
26 105 classroom
41 109 classroom
28 110 classroom
36 111 classroom
66 130 classroom
38 80 online
34 84 online
43 90 online
43 97 online
61 97 online
63 112 online
93 115 online
74 118 online
76 120 online
79 120 online
55 92 courseware app
53 96 courseware app
55 99 courseware app
52 101 courseware app
35 102 courseware app
46 104 courseware app
57 107 courseware app
55 110 courseware app
42 111 courseware app
81 118 courseware app
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Using R programming:

mydata = read.csv (F://pdata.csv) head(mydata) #to see the first 6th rows ## End_of_Training Proficiency Method ## 1 classr

model1 = Im(End_of_Training Proficiency+Method, data = mydata) summary(modeli) 7.138Ma ## ## Call: ## Im(formula = End_of_Tra

(a):

From above output: Our Multiple Regression equation is:

End of training = -86.2700 + 1.1258 * Proficiency + 22.2887 * MethodCourseware_app + 30.3767 * MethodOnline

(b): Interpretation:

When Proficiency increase by one unit then End of training will increase by 1.1258.

(c):

Given, Proficiency = 100

MethodCourseware_app = 1, MethodOnline = 0

End of training = -86.2700 + 1.1258 * 100+ 22.2887 * 1

End of training = 48.60

(d): All varibable are signficant because they are less than 0.05, you can see p value(Pr>|t|) of both variables in above output.

(e): Yes, Indicate the most appropriate regression model for this set of data because all variable are highly significant

(f):

confint(modeli, level = 0.95) ## ## (Intercept) ## Proficiency ## Methodcourseware app ## Methodonline 2.5 % 97.5 % -121.2839

(g):

confint(modeli, level = 0.98) ## ## (Intercept) ## Proficiency ## Methodcourseware_app ## Methodonline 1 % 99 % -128.4910656

(i):

First make a model 2 withou method variable, then apply partial R square, to check which model is good.

model2 = Im(End_of_Training Proficiency, data = mydata) summary(model2) ## ## Call: ## Im(formula = End_of_Training Proficien

library(asbio) partial. R2(model2, modell) ## [1] 0.6707124

Here we can partial R square 0.67 that less than from model1 R-sqaure 0.78, model 1 is better than model 2.

(k): model 3 with interaction term.model3 = Im(End_of_Training-Proficiency+Proficiency: Method, data = mydata) summary(model) ## ## Call: ## Im(formula = End_of

All interaction term are significant at 0.05.

(l):  On the basis of the results of (e) and (k), model1 is most appropriate because model1(without interaction term) R square is greater than model3(with interaction term).

Add a comment
Know the answer?
Add Answer to:
The director of a training program for a large insurance company has the business objective of...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • URGENT PLEASE HELP! The director of a training program for a large insurance company has the business objective of determining which training method is best for training underwriters. The three method...

    URGENT PLEASE HELP! The director of a training program for a large insurance company has the business objective of determining which training method is best for training underwriters. The three methods to be evaluated are​ classroom, online, and courseware app. The 30 trainees are divided into three randomly assigned groups of 10. Before the start of the​ training, each trainee is given a proficiency exam that measures mathematics and computer skills. At the end of the​ training, all students take...

  • A realtor for a residential real estate company in a large city has the business objective...

    A realtor for a residential real estate company in a large city has the business objective to develop a more accurate estimate of the monthly rental cost for apartments. The agent would like to use size of an apartment, as defined by square footage to predict the monthly rental cost. The agent selects a sample of 25 apartments in a particular residential neighborhood and collects the following data (see Rent). b. Run a linear regression using size (in square feet)...

  • 13.50 The owner of a moving company typically has his most experienced manager predict the total number of labor hours t...

    13.50 The owner of a moving company typically has his most experienced manager predict the total number of labor hours that will be required to complete an upcoming move. This approach has proved useful in the past, but the owner has the business ob-jective of developing a more accurate method of predicting labor hours. In a preliminary effort to provide a more accurate method, the owner has decided to use the number of cubic feet moved and the number of...

  • What is the relationship between the amount of time statistics students study per week and their...

    What is the relationship between the amount of time statistics students study per week and their final exam scores? The results of the survey are shown below. Time 12 0 3 14 14 9 0 13 10 Score 95 60 73 85 86 89 65 97 93 Find the correlation coefficient: r=r=    Round to 2 decimal places. The null and alternative hypotheses for correlation are: H0:H0: ? μ ρ r  == 0 H1:H1: ? ρ μ r   ≠≠ 0 The p-value is:    (Round...

  • Midterm1 = (83.33, 98.33, 75, 91.67, 96.67, 95, 86.67, 65, 100, 100, 80, 88.33, 96.67, 96.67,...

    Midterm1 = (83.33, 98.33, 75, 91.67, 96.67, 95, 86.67, 65, 100, 100, 80, 88.33, 96.67, 96.67, 90, 96.67, 86.67, 93.33, 80, 91.67, 98.33, 86.67, 85, 86.67, 95, 83.33, 96.67, 81.67, 98.33, 100, 95, 93.33, 91.67, 88.33, 98.33, 93.33, 98.33, 93.33, 85, 88.33, 100, 98.33, 96.67, 90, 86.67, 100, 96.67, 98.33, 90, 96.67, 86.67, 95, 78.33, 86.67, 100, 81.67, 96.67, 91.67, 96.67, 96.67, 95, 96.67, 73.33, 100, 93.33, 96.67, 88.33, 70, 96.67, 96.67, 100, 88.33, 96.67, 100, 88.33, 100, 78.33, 93.33,...

  • The owner of a moving company typically has his most experienced manager predict the total number...

    The owner of a moving company typically has his most experienced manager predict the total number of labor hours that will be required to complete an upcoming move. This approach has proved useful in the past, but the owner has the business objective of developing a more accurate method of predicting labor hours. In a preliminary effort to provide a more accurate method, the owner has decided to use the number of cubic feet moved and the number of pieces...

  • Professor Gill has taught General Psychology for many years. During the semester, she gives three multiple-choice...

    Professor Gill has taught General Psychology for many years. During the semester, she gives three multiple-choice exams, each worth 100 points. At the end of the course, Dr Gil gives a comprehensive alworth 200 poset, and represent students scores on exams 1, 2, and respectively. Let X represent the student's score on the final exam. Last semester De Gil had 25 students in her cess. The student exam scores are shows below 73 75 152 93 185 91 90 180...

  • (I did this homework in completion but professor was not happy with answers whatsoever, need additional...

    (I did this homework in completion but professor was not happy with answers whatsoever, need additional answers and especially improvement to 1.b help!! photos not attaching? mean by severai steps. inis is a View Feedback homework and will need you to work, in one two View Feedback or various steps. Unfortunately, I cannot read your screen shot of what you did on excel. As I have said in numerous messages announcements etc, I cannot аcсept pictures. You need to write...

  • In this exercise, you will investigate the relationship between a worker's age and earnings. (Generally, older...

    In this exercise, you will investigate the relationship between a worker's age and earnings. (Generally, older workers have more job experience, leading to higher productivity and earnings.) The following table contains data for full-time, full-years workers, age 25-34, with a high school diploma or B.A./B.S. as their highest degree. Download the data from the table by clicking the download table icon 0 . A detailed description of the variables used in the data set is available here Use a statistical...

  • Forecasting labour costs is a key aspect of hotel revenue management that enables hoteliers to appropriately...

    Forecasting labour costs is a key aspect of hotel revenue management that enables hoteliers to appropriately allocate hotel resources and fix pricing strategies. Mary, the President of Hellenic Hoteliers Federation (HHF) is interested in investigating how labour costs (variable L_COST) relate to the number of rooms in a hotel (variable Total_Rooms). Suppose that HHF has hired you as a business analyst to develop a linear model to predict hotel labour costs based on the total number of rooms per hotel...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT