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