Inference for Regression Slopes¶
Sampling Distributions for Sample Slopes¶
Population Least-Squares Regression Line¶
Theoretical, best-fitting straight line that described the true linear relationship between two variables for an entire population
- : predicted response
- : population -intercept
- : population slope
Least-squares indicate that the sum of squared residuals are minimized
Sample Least-Squares Regression Line¶
The line of best fit for a set of data points that minimize the sum of squared residuals
- Different samples produce different sample least-square regression lines. These all have different sample sloped . This means has a sampling distribution.
Mean and Standard Deviation of Sampling Distribution for Sample Slopes¶
For the sample slopes :
- : sample size
- : of all population residuals
- : of the -values only
- is unknown in practice and must be estimated from the sample (standard error)
- : the standard error of sample slopes
- Divided by as two parameters, and , are estimated
Sampling Distributions for Standardized Sample Slopes¶
- : standardized sample slope
- -distribution with
Hypothesis Tests for Slopes of Regression Lines¶
Conditions for A t-Test for A Slope¶
- Relationship between and is linear
- cannot vary with
- Residuals are independent
- Data is collected by random sampling/assignment
- If sampling without replacement,
- For a given value of , -values follow an approximate normal distribution
- If , -values distribution have no strong skew and no outliers
Computer Output Table¶
| Predictor | Coef | SE Coef | T | P |
|---|---|---|---|---|
| Constant | ||||
| -variable | ||||