Logo

Data Learning Center Statistical Guides

Ordinal Logistic Regression (OLR)

 When a dependent variable is ordinal, a categorical variable with ordered levels, OLR, also known as the proportional-odds cumulative logit model, can be used to predict its value using one or more independent variables. For example, a nutritionist may want to determine if age influences a client’s likelihood of eating breakfast assessed by a 5-point scale ranked from unlikely to likely. Or, a health insurance company may want to predict what plan (bronze, silver, gold, or platinum) should be offered based on an applicant’s socioeconomic and health status.

 OLR is an extension of binary logistic regression to include more than two levels in the response wherein the cumulative probabilities are modeled so that the entire range of ordinal levels are binary. That is, the cumulative probability of an event less than or equal to event j, or P(Y ≤ j), is:


where π represents the probability for each event up to event j. The cumulative logit for a number of events J can then be defined as:


or the natural log of the cumulative probabilities of an event less than or equal to j divided by the cumulative probabilities of an event greater than j. Because each cumulative probability is modeled so that the range of ordinal levels are binary, J - 1 logit equations (L.), and are defined by:


where α. defines the intercept for each logit, β. is the coefficient for variable k, and x. is the value for variable k. Note that the variable coefficients (slopes) are the same in each logit equation while the intercepts, which define the log-odds of an event less than or equal to j when all of x equal 0, differ. Because of the cumulative logits that define the OLR model, a fundamental assumption for OLR is that of proportional odds, or that each independent variable has a constant effect for each change in the level of the response variable. If this assumptions is not valid then a multinomial logistic regression model may instead be appropriate. Other assumptions for OLR are similar to those of binary logistic regression:

 The first assumption is valid through study design, where the values of independent variables do not depend on another variable, and sampling method that randomly selects observations is chosen. Multicollinearity, outliers, and influential points can be assessed after model fitting similar to linear regression. Similar with binary logistic regression, no exact minimum number of observations is required, however it is likely that at least 20 observations per independent variable would be necessary for a stable model.

 OLR tests similar null and alternative hypotheses as linear and logit regression, specifically whether any of the coefficients for the independent variables are non-zero. These statistical hypotheses can be written as:

Null hypothesis: The estimated coefficient β for variable i is equal to 0.  

H0: βi = 0

 

Alternative hypothesis: βi is not equal to 0.  

HA: βi 0, or HA: βi > 0 or βi < 0

 

 These hypotheses can be tested using multiple methods, but commonly either the Wald test, where the square of each estimated coefficient divided by its standard error is compared with a χ2 distribution with 1 degree of freedom, or when the sample size is large a t-test which calculates a t-statistic to approximate a p-value based on the standard normal distribution. To test the overall fit of the model, the χ2 goodness of fit test can be employed where a significant p-value would indicate that the model does not describe the response variable well, or that the values for the response variable are significantly different from the values predicted by the model.

Ordinal Logistic Regression (OLR) | DLC_statistical_guides