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