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