9. Simple Linear Regression: Simple Linear Regression
Inference about the Slope of a Linear Model
Consider the regression equation #\hat{Y}=16.0-1.4X# and the following data points:
- #(2, 20)#
- #(4, 10)#
- #(6, 10)#
- #(3, 3)#
| #X_i# | #Y_i# | #\hat{Y}_i# | #e_i# |
| #2# | #20# | ||
| #4# | #10# | ||
| #6# | #10# | ||
| #3# | #3# |
Unlock full access