Displaying 1 result from an estimated 1 matches for "studyt".
Did you mean:
study
2011 Aug 12
0
Mixed Logit model mlogit error
...s (variable Y). The database is in a cvs file called CAU.
This is the code I have run successfully up to now.
CAU$Y<- as.factor(CAU$Y)
mldata<-mlogit.data(CAU, varying=NULL, choice="Y", shape="wide")
mlogit.model<-mlogit(Y~1|Gender+Age+Net+CompT+Hrs+Motivado+Visits+StudyT+HrsVis,data=mldata,reflevel="1")
I am having problems running the mixed logit model. I have changed (only)
the mlogit command, as follows
mlogit.model<-mlogit(Y~1|Gender+Age+Net+CompT+Hrs+Motivado+Visits+StudyT+HrsVis,
data=mldata,reflevel="1",rpar=c(Gender="u",...