Dear Statalist,
I want to check if my data has scale heterogeneity via a generalized multinomial logit model (G-MNL) in the discrete choice experiment model described by Gu, Y., Hole, A. R., & Knox, S. (2013). My code is
The program could not identify the model. It shows "numerical derivatives are approximate
flat or discontinuous region encountered" and backs up the iterations. Please, recommend to me how I do the next step.
Sincerely yours,
Sukunta
I want to check if my data has scale heterogeneity via a generalized multinomial logit model (G-MNL) in the discrete choice experiment model described by Gu, Y., Hole, A. R., & Knox, S. (2013). My code is
gmnl Y , rand( asc fish_d2 fish_d3 vet_d2 vet_d3 alc_d2 alc_d3 smk_d2 smk_d3 pqt_d2 pqt_d3) group(ncs) id (ID) nrep(500) scale(scale) gamma(0)
flat or discontinuous region encountered" and backs up the iterations. Please, recommend to me how I do the next step.
Sincerely yours,
Sukunta
Comment