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