ta for each mlogit though so I'm not
>> sure how the comparison that v2 & v5 fail while the other works is
>> relevant though...
>>
>> Michael
>>
>> On Thu, Apr 19, 2012 at 4:03 PM, geek girl
>> wrote:
>> > I am learning five mlogits as
us subsettings... Can you provide a
> small reproducible example so we can help narrow it down? It looks
> like you're using different data for each mlogit though so I'm not
> sure how the comparison that v2 & v5 fail while the other works is
> relevant though...
>
> Michael
I forgot to say that the models for v2 and v5 worked fine on a smaller
dataset, but gave me this error on a larger dataset.
Thanks
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r
I am learning five mlogits as follows
v1.model<-mlogit(v1~1|v2+v3+v4+v5, data=mlogit.v1.data, reflevel="1")
v2.model<-mlogit(v2~1|v1+v3+v4+v5, data=mlogit.v2.data, reflevel="1")
v3.model<-mlogit(v3~1|v1+v2+v4+v5, data=mlogit.v3.data, reflevel="1")
v4.model<-mlogit(v4~1|v1+v2+v3+v5, data=mlogit.v4.
4 matches
Mail list logo