Hello
I am analysing a discrete choice experiment with a mixture model and no ASCs. I want to check if my data has scale heterogeneity via a generalized multinomial logit model (G-MNL) as described by Gu, Y., Hole, A. R., & Knox, S. (2013). Fitting the generalized multinomial logit model in Stata. The Stata Journal (Vol. 13). I think that the best model as described on p.396 is the
G-MNL(uncorrelated) for my type of data (I deleted one of the linear terms of the mixture model so normally there is no correlation anymore among the mixture attributes).
However, when I type the code:
I got the following error code:
Does anyone knows how to solve this issue? My dataset is quite large (10224 rows) but I don't think that is the issue since I also tested to estimate the S-MNL on p.396 which did not result in an error message.
Thank you very much in advance
Kind regards
Eva Boonaert
I am analysing a discrete choice experiment with a mixture model and no ASCs. I want to check if my data has scale heterogeneity via a generalized multinomial logit model (G-MNL) as described by Gu, Y., Hole, A. R., & Knox, S. (2013). Fitting the generalized multinomial logit model in Stata. The Stata Journal (Vol. 13). I think that the best model as described on p.396 is the
G-MNL(uncorrelated) for my type of data (I deleted one of the linear terms of the mixture model so normally there is no correlation anymore among the mixture attributes).
However, when I type the code:
Code:
gmnl chosen, rand(fpr fsec ftert mnopr mpr msec mtert fnopr_nch fpr_nch fsec_nch ftert_nch mnopr_nch mpr_nch msec_nch mtert_nch fnopr_nch2 fpr_nch2 fsec_nch2 ftert_nch2 mnopr_nch2 mpr_nch2 msec_nch2 mtert_nch2) group(choicecard) id(respondent)
Code:
maximum dimension is 20 r(3200);
Thank you very much in advance
Kind regards
Eva Boonaert
Comment