I often use Latex to generate publication-quality tables and figures and the STATA-Latex nexus works smoothly for that goal. However, I need to have my tables with .doc files for a while. How can I produce such publication-quality regression tables using STATA 17's built-in solutions?
The code sample below does not work well.
Code:
esttab m1 m2 m3 m4 using "uaetable.doc", starlevel( * 0.10 ** 0.05 *** 0.010)
0 Response to A Solution for Publication Quality Regression Tables (from STATA to .DOC)
Post a Comment