9. Simple Linear Regression: Simple Linear Regression
Inference about the Slope of a Linear Model
Consider the regression equation #\hat{Y}=7.898-0.661X# and the following data points:
- #(4, 7)#
- #(6, 2)#
- #(1, 3)#
- #(2, 11)#
| #X_i# | #Y_i# | #\hat{Y}_i# | #e_i# |
| #4# | #7# | ||
| #6# | #2# | ||
| #1# | #3# | ||
| #2# | #11# |
Unlock full access