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