9. Simple Linear Regression: Simple Linear Regression
Inference about the Slope of a Linear Model
Consider the regression equation #\hat{Y}=12.941-0.412X# and the following data points:
- #(5, 14)#
- #(6, 7)#
- #(2, 17)#
- #(1, 8)#
| #X_i# | #Y_i# | #\hat{Y}_i# | #e_i# |
| #5# | #14# | ||
| #6# | #7# | ||
| #2# | #17# | ||
| #1# | #8# |
Unlock full access