User Guide: Regression Doctor AI

Welcome to the Regression Doctor AI. Multiple Linear Regression is one of the most powerful tools in your statistical arsenal, allowing you to see how multiple Independent Variables (IVs) predict a single Dependent Variable (DV). This tool ensures you haven't violated strict statistical assumptions before drawing your conclusions.

1. The Regression Assumptions (L.I.N.E.M)

Before you can trust a regression model, your data must pass a "health check":

2. R² vs. Adjusted R²

R Square (R²): Tells you the percentage of variance in your DV that is explained by your IVs. For example, R² = .45 means your model explains 45% of the outcome.

Adjusted R²: Every time you add a new variable to a model, R² artificially goes up, even if the variable is useless. Adjusted R² mathematically penalizes you for adding useless variables. Always report Adjusted R² when you have more than one IV.

3. Reading the Coefficients Table

The Coefficients table tells you which specific variables actually matter in your model:

4. Extracting Data from SPSS

  1. Run: Analyze > Regression > Linear...
  2. Under "Statistics", ensure you check Collinearity diagnostics (for VIF) and Durbin-Watson.
  3. Copy the Model Summary, ANOVA, and Coefficients tables directly into the input fields in the app.