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