9. Simple Linear Regression: Simple Linear Regression
Assessing the Quality of a Regression Model
Consider the regression equation #\hat{Y}=-7.1+3.8X# and the following data points:
- #(4, 17)#
- #(6, 20)#
- #(3, 2)#
- #(5, 1)#
#X_i# | #Y_i# | #\hat{Y}_i# | #e_i# |
#4# | #17# | ||
#6# | #20# | ||
#3# | #2# | ||
#5# | #1# |
Unlock full access