Hi statalist,
I have run a latent class model with some discrete choice experiment (DCE) data, using lclogit. lclogit is a user-written package by Pacifico and Yoo (http://www.stata-journal.com/article.html?artic).
The DCE asked Respondents to choose between 2 modes of shipping(Liner or Train) based on several attributes (time, cost, delay, etc.) and some membership attributes also are involved. the code of the model estimate is:
According to the lclogit command manual I have performed a series of analysis on the data I collected, including parameter estimation and posterior probabilities.
But now I want to perform further analysis on the model, such as Direct and cross elasticities, marginal effects, probability prediction, etc., but I don't know what commands I should use to perform such analysis... So, some help is greatly appreciated
...
Thank you
Best regards,
Travis
I have run a latent class model with some discrete choice experiment (DCE) data, using lclogit. lclogit is a user-written package by Pacifico and Yoo (http://www.stata-journal.com/article.html?artic).
The DCE asked Respondents to choose between 2 modes of shipping(Liner or Train) based on several attributes (time, cost, delay, etc.) and some membership attributes also are involved. the code of the model estimate is:
Code:
lclogit value cost time service_frequency delay ,group( choice_scenario ) id ( ID ) nclasses(2) membership( number_emp frequency_shipment middle_shipment high_shipment value_shipment) iterate(1000) seed(1234567890)
But now I want to perform further analysis on the model, such as Direct and cross elasticities, marginal effects, probability prediction, etc., but I don't know what commands I should use to perform such analysis... So, some help is greatly appreciated

Thank you
Best regards,
Travis
Comment