- If x = 5,
y = 3,
SDx = 0.5,
SDy = 2, and r = 0.75, compute the regression line.
Ans: The regression line is
y - 3 = (0.75 * 2 / 0.5) (x - 5)
y - 3 = 3 (x - 5)
y = 3 x - 12
- What does y^ (read y hat) mean?
Ans: y^ means the predicted value using the regression equation for
a given x:
yi^ means the predicted value for the x-value
xi.
- Using the regression line in Question 4, what is y^ if x = 4.
Ans: y^ = 3 x - 12 = 3 * 4 - 12 = 0.0
- For a bivariate dataset, if the x-variable is
2 SDxs above x,
how many SDys above y will
y^ be?
Ans: 2 × SDy × r above the
y mean.
- What four things must a regression model satisfy to be considered
a good regression model?
Ans: (1) High R-squared value, (2) unbiased residuals in residual plot,
(3) homoscedastic residuals in residual plot.
- Use SPSS to compute the regression equation for the
Hamster Dataset.
Is the regression model a good one?
Ans: R-squared is 0.275, which is a little low for biology.
The regression equation is
Lifetime = 0.015 * Hiber + 0.797
The residual plot shows that the residuals are unbiased and homoscedastic.
The normal plot of the residuals shows that they are fairly normally
distributed, slightly skewed to the left.