Understanding SPSS Regression
A visual guide to interpreting Model Summaries, ANOVA, and Coefficient tables in statistical analysis.
Learning Goals
- Learn to read the three main SPSS regression tables: Model Summary, ANOVA, and Coefficients.
- Translate statistical output into plain language.
- Write the fitted regression equation and interpret coefficients.
Model Summary Table
This table provides a high-level overview of how well your model fits the data.
Example Interpretation
R² = .42,
Adjusted R² = .40
→ About 40% of the variation in job satisfaction is explained by the predictors in the model.
ANOVA Table
The ANOVA table reports the overall significance of the model. Keep your eyes on the F-statistic and its Sig. value.
Tests whether the model with predictors explains significantly more variance than a model with none.
If < .05, the model is statistically significant overall.
Important Constraint
A significant F-test does not mean every predictor is significant. It only confirms that the model, as a whole, works better than chance.
Coefficients Table
This is the most detailed part of the output. It shows the regression equation and tests each predictor.
| Metric | Meaning |
|---|---|
| B (Unstandardized) | Slope in original units. "For each extra training hour, satisfaction increases by 0.3 points." |
| Beta (Standardized) | Slope in standardized units. Useful for comparing which predictor is "stronger". |
| t & Sig. (p) | Tests if this specific predictor contributes significantly. |
| Constant | The Intercept. Expected value of Y when all predictors = 0. |
B = 0.25, p < .01
Each additional unit of teaching support is associated with a 0.25 increase in job satisfaction.
Use B for real-world interpretation.
Use Beta to compare predictor strength.
Always include t-values & p-values.
Putting it all together
Combine information from all three tables to write your report: