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?
Question about AR test of xtabondDear all, I have a question about xtabond.We can use --estat abond--to do the AR test of the error …
Reshape commandHello everybody I'd like to reshape my data from wide to long format but as the name of my variable…
Reshape a db in matrix formHi all, I have the following database Code: * Example generated by -dataex-. To install: ssc inst…
Predicted probabilities out of range after HeckmanDear all, I would like to know your opinion on the following issue I am encountering: I am running …
mvprobit or cmp?Dear STATA Users, I am trying to estimate a multivariate probit for a given outcome that would mode…
Subscribe to:
Post Comments (Atom)
0 Response to How can I Export Nested Probit Analysis Results to Word document?
Post a Comment