Dear Stata users,

I am estimating two mixed logit models:

(1)
mixlogit choice price1, group(idgroup) rand(var1 var2) id(idn)

(2)
mixlogit choice price2, group(idgroup) rand(var1 var2) id(idn)

The only difference between the two models is the non-random variable where price2=price1*happy

I should note that:
  • the two models are estimated on the same dataset
  • there are no missing values
  • price2 is not a re-scaling of price1 (happy varies over idn)
Post-estimation, I want to use both _b[price1] and _b[price2] in nlcom calculations.
Can you please help me figure out how I go about that?

Many thanks in advance!

Best wishes,
Julie