I am having difficulties in obtaining marginal effects of a GLM estimation that I am running. When I run the following, I obtain all coefficients of all covariates specified:
Code:
svy, subpop(if group ==1): glm exportintensity bimodal990##(c.foreign c.govt c.age c.age2 c.size_num c.capacity i.email_d i.tech_d) i.countryyear i.industry, fam(bin) link(logit)
Code:
margins, dydx(*)
Code:
margins, dydx(*) atmeans
If you think the commands are correct and still I am getting problems, I'd be happy to share a part of my data. Thank you!
0 Response to Marginal effects in GLM
Post a Comment