Hi, I have a best-worst scaling experiment data. I have coded it in long format and estimated random parameter logit model:
mixlogit choice, rand(x1 x2 x3 x4 x5) group(person_setid2) id(respondent_id) nrep(100)
,where choice is the variable taking 1 for selected alternative and 0 for remaining 5 alternatives (there are 6 alternatives).
What is the command used to estimate the preference share after this?
I replicated these results in R for which there are user writtten commands for calculating preference share for BW datasets but cant find it for Stata.
mixlogit choice, rand(x1 x2 x3 x4 x5) group(person_setid2) id(respondent_id) nrep(100)
,where choice is the variable taking 1 for selected alternative and 0 for remaining 5 alternatives (there are 6 alternatives).
What is the command used to estimate the preference share after this?
I replicated these results in R for which there are user writtten commands for calculating preference share for BW datasets but cant find it for Stata.
