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)?
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to