So far, I tried to make a table out of different regression model results with estimates table and then add this to a word document using putdocx.
I am using version 16.1. Any help is highly appreciated!
Code:
estimates table OLS2* , b(%10.5f) stats( N r2 r2_a F) se varlabel baselevels
putdocx begin
putdocx paragraph, style(Heading1)
putdocx text ("Regression results for women")
putdocx table TABLEWOMEN= etable, title("OLS Regression for women")
putdocx save Results, append
0 Response to Adding confidence intervalls with 'estimates table' or 'putdocx' command
Post a Comment