You are not logged in. You can browse but not post. Login or Register by clicking 'Login or Register' at the top-right of this page. For more information on Statalist, see the FAQ.
clogit y ib1.x1 i.x2 x3 x4 x5 if x1==1, group(id) nolog
margins, dydx(*) post
Stata output is telling that the average marginal effects are assuming fixed effect is 0 [Expression : Pr(x1|fixed effect is 0), predict(pu0)]. I'm defining the marginal effects using the fixed effect logit.
The upshot is that in general it is not possible to compute marginal effects after the FE logit because the marginal effects depend on the fixed effects that cannot be estimated.
Dear @Joao Santos Silva, The presentation helps. Can you tell me how things will be changed for survey data where I have survey weights? I run the survey weight first and then run aextlogit. Do you think this is the right approach? However, aextlogit doesn't work with svy (like, svy: aextlogit) Thanks.
i am trying to run the aextlogit command, but i get the error (command aextlogit is unrecognized). Is there any Package that i should install for the command?
Comment