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