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