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