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