Dear Statalist,
Having estimated the coefficients in a Hurdle Logit-Poisson model by:
and then the marginal effects for both stages:
produces the same results for coefficient and marginal effect. This is also the case in the example posted by Cameron, Adrian Colin, and Pravin K. Trivedi. Microeconometrics using stata. Vol. 5. College Station, TX: Stata press, 2009. on page 572 and 574.
What does mean? Are coefficient and marginal effect the same or is there is a mistake in the commands?
Any help is appreciated!
Having estimated the coefficients in a Hurdle Logit-Poisson model by:
Code:
svy: hplogit y $xvars
Code:
margins, dydx(*) predict(eq(logit)) margins, dydx(*) predict(eq(poisson))
What does mean? Are coefficient and marginal effect the same or is there is a mistake in the commands?
Any help is appreciated!
Comment