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