9. Simple Linear Regression: Simple Linear Regression
Assessing the Quality of a Regression Model
Consider the regression equation #\hat{Y}=8.118+0.324X# and the following data points:
- #(1, 13)#
- #(2, 2)#
- #(5, 14)#
- #(6, 8)#
| #X_i# | #Y_i# | #\hat{Y}_i# | #e_i# |
| #1# | #13# | ||
| #2# | #2# | ||
| #5# | #14# | ||
| #6# | #8# |
Unlock full access