Hi all,
I ran probit and margin with Stata 14.2 for six different years. I used the esttab command to have all the six years tabulated on one page.
My Question: How can I export the table of nested results to word document in a well arranged format?
Thanks
Here are the commands I used;
probit emp_stat age agesq yrseduc lincome i.marstat i.popgroup Under5 Maleemployed i.province i.wave if year==1989, robust
eststo a :margin, dydx(*) predict (pr)
probit emp_stat age agesq yrseduc lincome i.marstat i.popgroup Under5 Maleemployed i.province i.wave if year==1993, robust
eststo b: margin, dydx(*) predict (pr)
probit emp_stat age agesq yrseduc lincome i.marstat i.popgroup Under5 Maleemployed i.province i.wave if year==1997, robust
eststo c: margin, dydx(*) predict (pr)
probit emp_stat age agesq yrseduc lincome i.marstat i.popgroup Under5 Maleemployed i.province i.wave if year==2001, robust
eststo d : margin, dydx(*) predict (pr)
probit emp_stat age agesq yrseduc lincome i.marstat i.popgroup Under5 Maleemployed i.province i.wave if year==2005, robust
eststo e : margin, dydx(*) predict (pr)
probit emp_stat age agesq yrseduc lincome i.marstat i.popgroup Under5 Maleemployed i.province i.wave if year==2009, robust
eststo f: margin, dydx(*) predict (pr)
esttab a b c d e f
Related Posts with How can I Export Nested Probit Analysis Results to Word document?
psmatch2 and matching treatment with two different yearsI would greatly appreciate your advice regarding using psmatch2 for matching treatment from two diff…
How to check if value labels are consistently defined across multiple data sets using a loop?Hi, I'm trying to append some 35 data sets, one for each state. I used a loop to append them and sa…
marginal effect not consistent with odd ratioHi. I am trying to examine the likelihood of migrants live in different regions. my reference catego…
CI 95% Graph mixed model predictionI can't put IC95 on this graph. Can you help me, please? Thank you very much twoway connected ava t…
Store matrix as r()Hello, Is there a way to store a hand-written matrix as if it is a result of a comment (those that a…
Subscribe to:
Post Comments (Atom)
0 Response to How can I Export Nested Probit Analysis Results to Word document?
Post a Comment