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