Hi All,
How do we interpret the results from a Nested Logit model?
Taking the example that Stata uses under ''help nlogit'; following is the equation that is estimated and the results thereof:
webuse restaurant
nlogitgen type = restaurant(fast: Freebirds | MamasPizza, family: CafeEccell | LosNortenos | WingsNmore, fancy: Christophers | MadCows) ///classifying data as nests
nlogit chosen cost distance rating || type: income kids, base(family) || restaurant:, noconst case(family_id) ////Performing nlogit
///Results from the above nlogit regression are:
Array
Related Posts with Nested Logit - Coefficient Interpretation
Error termsI have generated a dataset with 3 normally distributed random variables. I now want to introduce a f…
Multilevel modelling and interrater reliability calculation trough ICCDear Statalister, I have a doubt about how to replicate into Stata syntax a procedure followed by a…
Loop, sequence, and save with new name each timeLet me see how best i can explain my situation: I have a program that I want to loop I want the loo…
Correlation between pairs of responses for one variable (icc and spearman)Hi stata users! I am using Stata 15.1 on Mac. I want to investigate correlations between two people…
Set of error termsIf I want to create a set of error terms in a dataset. Can I just use the variable gen error = rnorm…
Subscribe to:
Post Comments (Atom)
0 Response to Nested Logit - Coefficient Interpretation
Post a Comment