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