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