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