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