Ordered logit


In statistics, the ordered logit model is an ordinal regression model—that is, a regression model for ordinal dependent variables—first considered by Peter McCullagh. For example, if one question on a survey is to be answered by a choice among "poor", "fair", "good", and "excellent", and the purpose of the analysis is to see how well that response can be predicted by the responses to other questions, some of which may be quantitative, then ordered logistic regression may be used. It can be thought of as an extension of the logistic regression model that applies to dichotomous dependent variables, allowing for more than two response categories.

The model and the proportional odds assumption

The model only applies to data that meet the proportional odds assumption, the meaning of which can be exemplified as follows. Suppose the proportions of members of the statistical population who would answer "poor", "fair", "good", "very good", and "excellent" are respectively p1, p2, p3, p4, p5. Then the logarithms of the odds of answering in certain ways are:
The proportional odds assumption is that the number added to each of these logarithms to get the next is the same in every case. In other words, these logarithms form an arithmetic sequence. The model states that the number in the last column of the table—the number of times that that logarithm must be added—is some linear combination of the other observed variables.
The coefficients in the linear combination cannot be consistently estimated using ordinary least squares. They are usually estimated using maximum likelihood. The maximum-likelihood estimates are computed by using iteratively reweighted least squares.
Examples of multiple ordered response categories include bond ratings, opinion surveys with responses ranging from "strongly agree" to "strongly disagree," levels of state spending on government programs, the level of insurance coverage chosen, and employment status.
Suppose the underlying process to be characterized is
where is the exact but unobserved dependent variable ; is the vector of independent variables, is the error term, and is the vector of regression coefficients which we wish to estimate. Further suppose that while we cannot observe, we instead can only observe the categories of response
where the parameters are the externally imposed endpoints of the observable categories. Then the ordered logit technique will use the observations on y, which are a form of censored data on y*, to fit the parameter vector.

Estimation

For details on how the equation is estimated, see the article Ordinal regression.