Re: [R] package for rank ordered logit

2010-07-25 Thread zachmohr
You may want to try a multinomial logit, mlogit{mlogit}. Hope this helps. On Fri, Jul 16, 2010 at 11:42 AM, Suresh Singh-2 [via R] < ml-node+2291644-2038081369-246...@n4.nabble.com > wrote: > My understanding is that polr will do ordered logit but I am not sure if it > > is also suited for rank

Re: [R] glm - prediction of a factor with several levels

2010-07-24 Thread zachmohr
As far as I know, glm only works with dichotomous or count data. polr in the MASS package works and so does lrm {Design} for ordinal dependent variables. I would assume that the model produced by glm is a dichotomous version of your model but not sure. Only one intercept would be given because