I would like to have a table of different OLS (LPM) regression models that shows confidence intervalls. I could not find anything in the helpfile on how to add those, just found standard errors.
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