
Tim M. answered 03/23/16
Tutor
5
(2)
Statistics and Social/Biological Sciences
Hi,
To answer this question, you will need to know the means for both variables, the standard deviations for both variables and the correlation between both variables.
These are as follows:
M age = 45.133
SD age = 15.294
M SBP = 142.533
SD SBP = 22.581
r = 0.902
If you don't know how to compute any of those, let me know.
Regression lines will generally take the for y = c + bx, where y is the outcome (SBP), x is the predictor (age), c is the intercept and b is the slope.
The formula for the slope is r*(SD SBP / SD Age) = .902*(22.581/15.294) = 1.33
The formula for the intercept is M SBP - M age * b = 142.533 - 45.133*1.33 = 82.41
So your regression line is y = 82.41 + 1.33*x
To find the most likely SBP when age is 53, we simply plug age into the formula:
82.41 + 1.33*53 = 152.9.
The rest of the questions can be solved using this information. Let me know if anything didn't make sense.