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