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