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