Displaying 1 result from an estimated 1 matches for "cumlogit".
Did you mean:
  clogit
  
2008 Feb 08
0
Cumulative multinomial regression using VGAM
Hi,
I am trying to carry out a multinomial regression using the cumlogit link function. I have tried using the VGAM package, and have gotten some results...
fit1 <- vgam(Y ~ X1 + X2 + X3 + X4,
             cumulative(link=logit,intercept.apply=FALSE,parallel=TRUE),
             data = data1
             )
The problem arrises when I try to get the information out of...