Hi All,
I have to estimate a nested logit model but I'm not able to interpret the parameter. I started with the example in Stata:
webuse restaurant
nlogitgen type = restaurant(fast: Freebirds | MamasPizza, family: CafeEccell | LosNortenos | WingsNmore, fancy: Christophers | MadCows)
nlogittree restaurant type, choice(chosen)
nlogit chosen cost distance rating || type: income kids, base(family) || restaurant:, noconst case(family_id)
The output gives me three coefficients on cost distance rating I cannot interpret: what does each coefficient mean? how is related to the interpretation within nest?
Thank you very much
I have to estimate a nested logit model but I'm not able to interpret the parameter. I started with the example in Stata:
webuse restaurant
nlogitgen type = restaurant(fast: Freebirds | MamasPizza, family: CafeEccell | LosNortenos | WingsNmore, fancy: Christophers | MadCows)
nlogittree restaurant type, choice(chosen)
nlogit chosen cost distance rating || type: income kids, base(family) || restaurant:, noconst case(family_id)
The output gives me three coefficients on cost distance rating I cannot interpret: what does each coefficient mean? how is related to the interpretation within nest?
Thank you very much
Comment