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