Skip to content
Prev 199734 / 398506 Next

Models for Discrete Choice in R

Iuri Gavronski wrote:
Logistic regression includes binary, ordinal, and polytomous 
(multinomial) cases.  Binary logistic regression needs a binary 
response.  Ordinal logistic regression (usually proportional odds but 
can be other flavors such as continuation ratio model) needs an ordinal 
response.  The polr and lrm functions work this way.

Frank