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