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