Skip to content

Multinomial Logit Model

1 message · ryan at rstatx.com

#
I'm attempting to creat multinomial logistic regression model using the
   following code:



   mlogit<- vglm(ME ~ HIST,family=multinomial(),na.action = na.pass)

   ME (dependent variable) has three levels (0,1,2)



   How do I declare a reference outcome (either 0,1,2)?