« Stata Notes | Main | Stata profile.do »

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.

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)