I cannot have the results I want in the est tab output using :
Code:
quietly probit Y i.treat##i.post X
eststo m1: margins treat, dydx(post) noestimcheck pwcompare post
quietly probit Y i.treat##i.post X
eststo m2: margins treat, dydx(post) noestimcheck pwcompare post
quietly probit Y i.treat##i.post X
eststo m3: margins treat, dydx(post) noestimcheck pwcompare post
quietly probit Y i.treat##i.post X
eststo m4: margins treat, dydx(post) noestimcheck pwcompare post
        
esttab m1 m2 m3 m4 using regS_margins.tex, replaceDo you have any idea what I am doing wrong.
Thank you.
0 Response to est tab margins
Post a Comment