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