search for: q119

Displaying 1 result from an estimated 1 matches for "q119".

Did you mean: 119
2010 Aug 13
1
mlogit error
...lue when setting 'row.names': ‘NA.NA’ My code: > flevel1$Q120<-as.factor(flevel1$Q120) > MData<-mlogit.data(flevel1, varying=NULL,choice="Q120", shape="wide") > LogitModel<-mlogit(flevel1$Q120~1|flevel1$Q92, data=MData) MData[1:10,] Q56 Q92 Q102 Q119 Q120 1.1 10 7 10 10 FALSE 1.10 10 7 10 10 TRUE 1.2 10 7 10 10 FALSE 1.3 10 7 10 10 FALSE 1.4 10 7 10 10 FALSE 1.5 10 7 10 10 FALSE 1.6 10 7 10 10 FALSE 1.7 10 7 10 10 FALSE 1.8 10 7 10 10 FALSE 1.9 10 7 10 10 FALSE...