Short Answer
-From the data in the problem above, complete a simple regression analysis to predict the score on a chin-ups (Y') test if the student completed 7 pull-ups (X) on that test.
b = 1.04
a = .97
Y' = a + bX
Y' = .97 + 1.04(7)
Y' = .97 + 7.28
Correct Answer:
Verified
Related Questions