Population vs. Sample Slopes: The population regression line is represented by the equation , where is the true, unknown slope. We estimate this using a sample regression line , where is the calculated sample slope.
The Null Hypothesis (): This hypothesis typically assumes that there is no linear relationship between the variables, stated as . However, it can also test if the slope equals a specific non-zero value .
The Alternative Hypothesis (): This reflects the researcher's suspicion, such as (two-tailed), (positive relationship), or (negative relationship).
Standard Error of the Slope (): This value measures the estimated standard deviation of the sampling distribution of . It quantifies how much the sample slope is expected to vary from one random sample to another.
Sampling Distribution of : If the conditions for inference are met, the sampling distribution of the sample slope is approximately normal. Its mean is the true population slope , making an unbiased estimator.
The t-Distribution: Because we must estimate the population standard deviation using the sample standard deviation of residuals (), we use the -distribution rather than the normal distribution. This accounts for the extra variability introduced by using the sample estimate .
Degrees of Freedom: For a regression slope test, the degrees of freedom are calculated as . This is because we estimate two parameters from the data (the intercept and the slope ) before calculating the variability of the residuals.
| Feature | Slope t-test | Mean t-test (One Sample) |
|---|---|---|
| Parameter | Population Slope () | Population Mean () |
| Degrees of Freedom | ||
| Null Hypothesis | Usually | Usually |
| Standard Error | (based on residuals and -spread) |
Reading Computer Output: Exams often provide a regression table. Always look for the row corresponding to the explanatory variable (not the 'Constant' or 'Intercept' row) to find the slope , its standard error , the -statistic, and the -value.
Defining Parameters: When writing hypotheses, always define as the 'true slope of the population regression line relating [Response Variable] to [Explanatory Variable]'. Failure to include the population context often results in lost marks.
Two-Tailed vs. One-Tailed: If the question asks if there is a 'relationship' or 'change', use a two-tailed test (). If it asks if the relationship is 'positive' or 'negative', use a one-tailed test.
Sanity Check: Ensure your -statistic matches the sign of your sample slope . If is negative, your -value must also be negative (assuming ).