Getting stata results into publishable form with outreg
To organize Stata results into publishable tables, we can use a convenient command named outreg, which takes the results of the most recent regression and outputs it into a tab delimited text file. Outreg is available after any estimation command: logit, probit, regress, etc.
At the stata command line enter:
ssc install outreg
To install this add-in over the network.