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?
Using Putexcel for estat esizeDear All I have used the putexcel command to successfully export regression results to an excel she…
Quickly edit duplicated observation in a panel settingHello everyone! I have been working on removing duplicated observations for a long time, using diffe…
Creating unemployment rate for 50 states from IPUMS ACS dataset in multiple yearsI'm working on dataset and to make my causal effect free from any state fixed effects I need to crea…
Why Stata Journal is not in ABDC Journal Quality List?Dear colleagues, Who can explain why the Stata Journal is not in the ABDC Journal Quality List? For…
Creating a new variable Code: * Example generated by -dataex-. To install: ssc install dataex clear input int(id dum1 dum2 …
Subscribe to:
Post Comments (Atom)
0 Response to How can I Export Nested Probit Analysis Results to Word document?
Post a Comment