2 Multiple regression

In this exercise we will use the same data set we used for simple regression analysis in Exercise 1. Data is repeated here for your convenience, see Exercise 1 for a description.

Age (months)Child’s MLUMother’s MLU
25 1.46 5.42
26 1.41 5.69
27 1.66 6.27
28 1.74 6.10
29 1.90 6.06
30 1.91 5.98
31 1.85 6.10
32 2.06 6.09
33 2.27 6.10
34 2.43 6.14
35 2.70 6.42
36 2.81 6.35
37 2.69 6.21
38 2.72 6.07
39 2.64 5.84
40 3.05 6.17
41 3.22 5.74
42 3.42 6.11
43 3.70 6.41
44 3.90 5.50
45 3.57 6.00
46 3.49 6.90
47 3.66 6.65
48 3.64 6.40

You can get the data as an SPSS data file here.

Exercise 2.1. Fit two separate regression models,
  1. predicting the child’s MLU from mother’s (Note that this reverses direction of the prediction in comparison to the model in Exercise 1).
  2. predicting the child’s MLU from her age.

Exercise 2.2. Fit a multiple regression model (Model 3), predicting the child’s MLU from both her age and the Mother’s MLU. List all coefficients of Model 3.

Include relevant graphics in the SPSS output to inspect whether the residuals are normally distributed or not, and whether residual variance is constant.

  1. Does Model 3 fit the data better than previous models?
  2. Briefly interpret the graphs you plotted for detecting non-normality and non-constant residual variance.
  3. How do you interpret the coefficients of Model 3?
  4. Which coefficient estimates are statistically significant (at α = 0.05)?
  5. How do you explain the differences between the estimates of slopes of individual predictors in Model 3 and the corresponding coefficients in Model 1 and Model 2?