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