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
Mixed model syntax and output questionHello -- I am trying to fit a mixed effect linear model to some data. For context, I have 4 raters …
Mixed model syntax and output questionHello -- I am trying to fit a mixed effect linear model to some data. For context, I have 4 raters …
test of multicollinarity in multiple linear regression.Hi guys I have a multiple linear regression looking like this : Y = Var1 (dummy) + Var 2 + Var 3 + …
Drop duplicate pairs (X,Y; Y,X)Unfortunately, I was not able to find out how to drop a pair of duplicates. Let's say we have variab…
Question about syntax optionsI am trying to write a program but am having difficulty with the syntax function Code: program de…
Subscribe to:
Post Comments (Atom)
0 Response to Nested Logit - Coefficient Interpretation
Post a Comment