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