Hi all,
I am wondering if there is a way to use outreg2 or estout to produce tables with a logit coefficient and then a marginal effect below it. Ideally, I would like to see:
Coeff*
(SE)
[ME]
Currently, the command I am using is:
clogit var1 var2 var3 var4, group() vce(cluster)
margins, dydx(*) post
outreg2 using doc.xls, append ctitle(Doc) keep(var2 var3 var4)
Thank you for your help.
I am wondering if there is a way to use outreg2 or estout to produce tables with a logit coefficient and then a marginal effect below it. Ideally, I would like to see:
Coeff*
(SE)
[ME]
Currently, the command I am using is:
clogit var1 var2 var3 var4, group() vce(cluster)
margins, dydx(*) post
outreg2 using doc.xls, append ctitle(Doc) keep(var2 var3 var4)
Thank you for your help.