InterviewSolution
Saved Bookmarks
| 1. |
Find the two equation of regression line for the given data: n=102, sumx=510, sumy=7140, sumx^(2)=4150, sumy^(2)=740200, sumxy=54900 Also estimate the value of y when x = 7. |
|
Answer» Regression equation of x on `y: x = 0.08y - 0.6;y = 94` |
|