Which characteristic of a data set makes a linear regression model unreasonable?
a. A slope close to 0
b. A correlation coefficient close to 0
c. A slope close to -1
d. A correlation coefficient close to -1
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
jimthompson5910 (jim_thompson5910):
Do you remember what the correlation coefficient means?
OpenStudy (anonymous):
It measures the strength and direction of a linear relationship between two variables, right?
jimthompson5910 (jim_thompson5910):
exactly
jimthompson5910 (jim_thompson5910):
so if r is close to +1, then what does that mean?
OpenStudy (anonymous):
Then that means it's a positive correlation?
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
jimthompson5910 (jim_thompson5910):
a very strong one, yes
jimthompson5910 (jim_thompson5910):
if it's close to -1, then you have a strong negative linear correlation
jimthompson5910 (jim_thompson5910):
and r being close to 0 means that it's very likely there is no linear correlation (so maybe some other regression, like quadratic regression, would be used)