Ordinal Logistic Regression (Proportional Odds Model)
Also known as: proportional odds model, ordered logit, ordinal logistic regression, Ordinal Regresyon (Proportional Odds)
Ordinal logistic regression models an ordered categorical outcome — such as a Likert rating, a satisfaction level, or an education tier — as a function of predictors. It is the ordinal extension of logistic regression, developed in standard treatments such as Agresti's Analysis of Ordinal Categorical Data (2010), and in its most common form it is the proportional odds model.
Read the full method
Sign in with a free account to read this section.
Method map
The neighbourhood of related methods — select a node to explore.
When to use it
Use ordinal regression when the dependent variable is an ordered categorical scale (for example Likert items, ratings, or graded levels) and the predictors can be continuous, binary, or categorical. It needs a reasonable sample (at least about 50 observations) with enough cases in each category, and it relies on the proportional odds assumption that predictor effects are the same across all cut points, which a Brant (test of parallel lines) check should confirm. It is the natural choice when categories are ranked but unequally spaced, where treating them as continuous (OLS) or as unordered (multinomial logistic) would be inappropriate.
Strengths & limitations
- Respects the natural ordering of the outcome categories, unlike multinomial logistic regression.
- Estimates a single coefficient per predictor, giving a parsimonious model that is easy to interpret as an odds ratio.
- Handles continuous, binary, and categorical predictors together for an ordered response.
- Relies on the proportional odds assumption; if predictor effects differ across cut points the single-slope model is misspecified.
- Needs sufficient frequency in every outcome category — sparse categories destabilise the estimates.
- Requires a reasonable sample size (around 50 or more) for the maximum-likelihood estimates to be reliable.
Frequently asked
What is the proportional odds assumption?
It is the assumption that each predictor has the same effect on the cumulative log-odds at every cut point — the relationship is 'parallel' across all category thresholds. This is what lets the model estimate just one coefficient per predictor. The Brant test (test of parallel lines) checks it; a p-value below 0.05 signals a violation.
How is ordinal regression different from multinomial logistic regression?
Ordinal regression uses the ordering of the categories and fits a single slope per predictor across shared cut points, making it more parsimonious. Multinomial logistic regression ignores any ordering and estimates separate effects for each category. When the proportional odds assumption fails, the multinomial model is the recommended alternative because it allows category-specific effects.
Can I just use OLS regression on a Likert outcome instead?
OLS treats the outcome as continuous with equally spaced values, but ordered categories rarely have equal spacing, so the assumption is hard to justify. Ordinal regression respects the ranking without imposing fixed gaps, which is why it is preferred for genuinely ordinal responses.
How do I interpret the coefficients?
Exponentiate a coefficient to get an odds ratio: it is the multiplicative change in the odds of being in a higher outcome category for a one-unit increase in that predictor, holding the others fixed. An odds ratio above one means the predictor pushes outcomes toward higher categories.
Sources
- Agresti, A. (2010). Analysis of Ordinal Categorical Data (2nd ed.). Wiley. DOI: 10.1002/9780470594001 ↗
- Long, J. S. (1997). Regression Models for Categorical and Limited Dependent Variables. Sage. ISBN: 978-0803973749
How to cite this page
ScholarGate. (2026, June 1). Ordinal Logistic Regression (Proportional Odds Model). ScholarGate. https://scholargate.app/en/statistics/ordinal-regression
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- Latent Class AnalysisStatistics↔ compare
- Logistic RegressionResearch Statistics↔ compare
- Multinomial Logistic RegressionStatistics↔ compare
- OLS RegressionEconometrics↔ compare
- Poisson RegressionEconometrics↔ compare