OLRdata: Example Data for Ordinal Logic Regression

Description Examples

Description

OLRdata is simulated data including 50 binary predictors and an ordinal response with 4 possible categories where the ratio of obervations in each category is 1:1:1:1. The dataset contains 400 observations and 50 binary predictors. Columns 1,2,...,50 are the binary predictors and column 51 is the response. Each predictor was simulated as an independent Bernoulli random variable with success probability 0.5. The response variable is simualted from the model

Y4 = (X10 & X45 ) | (X25 & X45)
Y3 = (X15 & X35)
Y2 = (X5 & !X20) | (!X20 & X30 & !X40)

Note, Y was also simulated such that 10% of the time it did not correctly match the model shown.

Examples

1

OrdLogReg documentation built on May 29, 2017, 10:29 p.m.