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