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