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