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