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