Question

In: Statistics and Probability

A teacher wants to develop a model to predict a student’s grade on the final exam...

A teacher wants to develop a model to predict a student’s grade on the final exam from the number of hours spent studying for the final exam and the student’s GPA at the university. The data (for 22 students) follows below.

      PREDICTOR               COEF           STDEV               P-VALUE

      Constant                      -1.30             1.429                0.405

      Hours                           .0793            .0759                0.344

      GPA                             1.11             .7543                0.202

      ANOVA

      SOURCE                                SS                     DF                 MS                F                                 

      Regression                             5.0040         

                                          

      Error                                       1.1548         

      TOTAL  

(a) What is the student’s expected grade if she has a 2.7 GPA and she studies 12 hours for this test?

(b) Interpret the slope coefficient for the variable Hours.

(c) Use the p-value approach to see if GPA is linearly related to the dependent variable? Use alpha = .05. Please include all test parts.

(d) Fill in all missing parts of the ANOVA table.

(e) Does the model explain a significant portion of the variation in final grades? Use alpha = .05. Conduct a formal (all five parts) test.

(f) Calculate and interpret the coefficient of determination.

(g) Based upon the p-values for the individual independent variables, does either variable appear linearly related?

(h) Is the finding in part (g) consistent with would answer to part (e).

Solutions

Expert Solution

(a) Regression Equation:

Grade= -1.30+0.0793Hours+1.11GPA

When GPA=2.7, Hours=12, then expected grade=-1.30+0.0793*12+1.11*2.7=2.6486

(b) If study time is increased by 1 hours and if GPA is kept fixed then expected grade is increased by 0.0793.

(c) Since p-value corresponding GPA=0.202>0.05 so GPA is not linearly related to the dependent variable.

(d)

Source SS DF MS=SS/DF F
Regression 5.0040 1 5.0040/1=5.0040 5.0040/0.05774=86.6644
Error 1.1548 21-1=20 1.1548/20=0.05774
Total 5.0040+1.1548=6.1588 22-1=21

(e)

Null hypothesis, H0: Overall model is not significant vs. Alternative hypothesis, HA: H0 is not true.

Test statistic=F=86.6644

Critical value=F0.05,1,20=4.3512

Since value of test statistic>critical value so we reject null hypothesis at 5% level of significance and conclude that the model explains a significant portion of the variation in final grades.

(f) R2=SSregession/SStotal=5.0040/6.1588=0.8125 i.e. 81.25% of total variation in final grade is explained by this model.

(g) No, since all p-value>0.05.

(h) No, because from (e), we see that the model explains a significant portion of the variation in final grades. Whereas from (g) we see that the individual independent variables are not linearly related with dependent variable.


Related Solutions

A teacher wants to develop a model to predict a student’s grade on the final exam...
A teacher wants to develop a model to predict a student’s grade on the final exam from the number of hours spent studying for the final exam and the student’s GPA at the university. The data (for 22 students) follows below.        PREDICTOR                 COEF             STDEV                       P-VALUE        Constant                         -1.30               1.429                          0.405        Hours                              .0793              .0759                          0.344        GPA                                1.11               .7543                          0.202        ANOVA        SOURCE                                    SS                               DF                   MS                  F                                                      Regression                                 5.0040                                                                     Error                                            1.1548                    TOTAL     (a) What is the student’s expected grade if she has a 2.7 GPA and she studies 12 hours for this test? (b) Interpret the slope coefficient for the variable...
A multiple regression model is to be constructed to predict the final exam score of a...
A multiple regression model is to be constructed to predict the final exam score of a university student doing a particular course based upon their mid-term exam score, the average number of hours spent studying per week and the average number of hours spent watching television per week. Data has been collected on 30 randomly selected individuals: hide data Download the data Final score Mid-term Score Hours studying per week Hours watching TV per week 76 85 19 34 60...
A real estate agent wants to develop a model to predict the selling price of a...
A real estate agent wants to develop a model to predict the selling price of a home. The agent believes that the most important variables in determining the price of a house are its: Size of the house (square footage) Number of bedrooms Lot size where the house is built (also in square feet). He collects from the market the data on a number of houses, which include for every house the information listed above as well as the house...
14.5 A consumer organization wants to develop a regression model to predict gasoline mileage (as measured...
14.5 A consumer organization wants to develop a regression model to predict gasoline mileage (as measured by miles per gallon) based on the horsepower of the car’s engine and the weight of the car, in pounds. A sample of 50 recent car models was selected, with the results recorded in the file auto.xls.                 a. State the multiple regression equation.                 b.   Interpret the meaning of the slopes, b1 and b2, in this problem.                 c.   Explain why the regression coefficient,...
1) A consumer organization wants to develop a regression model to predict gasoline mileage​ (as measured...
1) A consumer organization wants to develop a regression model to predict gasoline mileage​ (as measured by miles per​ gallon) based on the horsepower of the​car's engine and the weight of the car​ (in pounds). A sample of 20 recent car models was​ selected, with the results recorded in the accompanying table. MPG 15.3, 19.2, 20.1, 18.5, 17.5, 27.2, 44.6, 27.2, 28.0, 21.2, 28.0, 36.1, 20.1, 29.9, 36.0, 36.4, 33.7, 32.9, 24.2, 39.3 Horsepower - 190, 102, 142, 171, 166,67,64,82,91,...
The final exam grade of a mathematics class has a normal distribution with mean of 81...
The final exam grade of a mathematics class has a normal distribution with mean of 81 and standard deviation of 6.6. If a random sample of 40 students selected from this class, then what is the probability that the average final exam grade of this sample is between 77 and 82? Answer: (keep 4 decimal places)
A statistics teacher believes that the final exam grades for her business statistics class have a...
A statistics teacher believes that the final exam grades for her business statistics class have a normal distribution with a mean of 82 and a standard deviation of 8. (1)Find the score which separates the top 10% of the scores from the lowest 90% of the scores. (2) The teacher plans to give all students who score in the top 10% of scores an A. Will a student who scored a 90 on the exam receive an A? Explain. (3)...
he final exam grade of a statistics class has a skewed distribution with mean of 78...
he final exam grade of a statistics class has a skewed distribution with mean of 78 and standard deviation of 7.8. If a random sample of 30 students selected from this class, then what is the probability that average final exam grade of this sample is between 75 and 80?
Lab 3.4 Write a program that determines a student’s grade. The student will enter a grade...
Lab 3.4 Write a program that determines a student’s grade. The student will enter a grade and the program will determine if that grade is an A, B, C, D, or E. The student can only enter number 0-100. A = 90-100 B = 80-89 C = 70-79 D= 60-69 E = 59 or less Save the file as Lab3.4 and submit the file. Use https://repl.it/ THIS LANGUAGE IS PYTHON Thank you :)
The average final exam score for the statistics course is 76%. A professor wants to see...
The average final exam score for the statistics course is 76%. A professor wants to see if the average final exam score for students who are given colored pens on the first day of class is higher. The final exam scores for the 16 randomly selected students who were given the colored pens are shown below. Assume that the distribution of the population is normal. 86, 97, 69, 93, 85, 88, 99, 67, 91, 85, 73, 66, 100, 90, 71,...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT