Regression

Regression Analysis Help

Linear and logistic regression analysis. When to use each model, interpretation, APA reporting, assumptions, and advanced regression applications.

Regression is one of the most powerful and widely used statistical methods—it allows you to predict one variable from one or more others and understand relationships between variables. Linear regression predicts a continuous outcome (test scores, salary, depression severity) from predictors. Logistic regression predicts a binary outcome (pass/fail, yes/no, diagnosed/not diagnosed). Both are foundational for graduate-level research. Yet regression confuses many students: they understand the concept but struggle with choosing between linear and logistic, interpreting output correctly, checking assumptions, and reporting results properly. Regression analysis help covers both models, when to use each, how to check assumptions, how to interpret the massive output SPSS produces, and how to report findings in APA format with proper statistical notation. This guide covers regression fundamentals, how to choose your model, interpretation principles, and common mistakes.

Linear regression

When to use

Key concepts

Assumptions

APA reporting

Logistic regression

When to use

Key concepts

Assumptions

APA reporting

Linear vs. logistic: choosing your model

Characteristic Linear Regression Logistic Regression
Outcome variable Continuous (0–100, -10 to +10, any range) Binary/Categorical (0/1, Yes/No, Pass/Fail)
Prediction output Predicted value in original units (e.g., "test score = 75") Probability of outcome (0–1); odds; odds ratio
Effect size measure R² (variance explained); slope (units of change) Odds ratio; probability change
Assumptions Linearity, homoscedasticity, normality of residuals Linearity in logit, no perfect separation
Interpretation "For each unit increase in X, Y increases β units" "For each unit increase in X, odds of outcome multiply by exp(B)"

Regression analysis checklist

  • ☐ Outcome and predictors identified (and outcome is continuous for linear, binary for logistic)
  • ☐ Sample size adequate (10–20 observations per predictor minimum)
  • ☐ Assumptions checked (linearity, homoscedasticity, normality, no multicollinearity)
  • ☐ Correct model selected (linear vs. logistic)
  • ☐ Regression run and output examined
  • ☐ Model fit evaluated (R² for linear; classification accuracy for logistic)
  • ☐ Statistical significance of predictors noted (p-values)
  • ☐ Effect sizes reported (slopes/odds ratios with CIs)
  • ☐ Results interpreted in context of research question
  • ☐ APA formatting correct

Get regression analysis help

Linear and logistic regression clarified. From model selection through interpretation and APA reporting, we help you leverage regression's power in your research.

Order regression analysis help

FAQ

Should I use linear regression for a binary outcome?

No. Linear regression produces predictions outside 0–1 and violates assumptions. Use logistic regression for binary outcomes. If you must use linear (rare cases), justify this choice and acknowledge limitations

What does the odds ratio mean?

If OR = 2.5, the odds of the outcome multiply by 2.5 per unit increase in the predictor. "For each year of education, odds of employment increase 2.5 times." Always include the 95% CI around the OR

How do I know if my regression model is good?

For linear: R² > .30 is good for social sciences; check residual plots for violations. For logistic: classification accuracy > baseline (better than guessing), examine sensitivity/specificity. But "good" depends on context—sometimes explaining 15% of variance is meaningful

Can I use logistic regression with more than two outcome categories?

Yes, but it's called "multinomial logistic regression" and is more complex. For beginners, stick with binary outcomes or collapse categories. For multicategory outcomes, ordinal regression may be appropriate if outcome is ordinal