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