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