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