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?
Drop observation in panel dataHi Stata Forum, I have a rather basic question on dropping observation that I cannot seems to solve…
Clustering with multiple survey wavesHi, I am using two waves of survey data (not a panel) with the outcome defined at the individual le…
Unexpected behaviour from $frame test: brI am thouroughly thrilled about the new -frame- concept in Stata 16, and I have been using it extens…
Frequency tableI have monthly data from investment funds over 50 years and would like to have a table showing me ho…
Expanding a dataset with linear interpolationDear Statalist users, I am a new member and I am really glad for being here! I have a monthly pane…
Subscribe to:
Post Comments (Atom)
0 Response to How can I Export Nested Probit Analysis Results to Word document?
Post a Comment