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