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