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