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