Hello all,
I am running a mixed logit model on discrete choice data and am interested in exporting the resulting marginal willingness to pay (MWTP) values to an .rtf or .tex file. I have been trying to find a way to do this, using esttab or estout, but I have not been successful. There is probably a very simple way to do this, but I have not found it yet.
Does anyone know how to do this? Or if it can be done at all?
The syntax I use to get the MWTP estimates is very straightforward:
mixlogit choice price, rand(<random variables here>) group(<group variable here>) id(<respondent id variable here>) nrep(100)
wtp price <random variables here>
After this point I do not know what to do. Help?
Note that mixlogit and wtp are both user-written commands by Dr. A. R. Hole. The Stata Journal publication has the following reference:
Hole, Arne Risa. "Estimating mixed logit models using maximum simulated likelihood." Stata Journal 7.3 (2007): 388-401.
Best,
Mehmet Kutluay (PhD student at VU University Amsterdam)
I am running a mixed logit model on discrete choice data and am interested in exporting the resulting marginal willingness to pay (MWTP) values to an .rtf or .tex file. I have been trying to find a way to do this, using esttab or estout, but I have not been successful. There is probably a very simple way to do this, but I have not found it yet.
Does anyone know how to do this? Or if it can be done at all?
The syntax I use to get the MWTP estimates is very straightforward:
mixlogit choice price, rand(<random variables here>) group(<group variable here>) id(<respondent id variable here>) nrep(100)
wtp price <random variables here>
After this point I do not know what to do. Help?
Note that mixlogit and wtp are both user-written commands by Dr. A. R. Hole. The Stata Journal publication has the following reference:
Hole, Arne Risa. "Estimating mixed logit models using maximum simulated likelihood." Stata Journal 7.3 (2007): 388-401.
Best,
Mehmet Kutluay (PhD student at VU University Amsterdam)
Comment