Making regression tables in Stata
The estout package provides tools for making regression tables in Stata. The package currently contains the following commands.
To install the estout package on your system, run command
ssc install estout, replace
in Stata. Thereafter, for example, type
help esttab
to view the help file of the esttab command. To check for updates, type
adoupdate estout
Alternatively, you can download estout from the SSC Archive and add the files to your system manually (see file readme.txt within estout.zip for installation instructions). Note that estout requires Stata 8.2 or newer.
estout is also available on GitHub.
For general information on Stata, see www.stata.com.
Some useful related packages:
Stata Journal articles on estout:
Presentations on estout:
Some examples and tutorials by others:
estout has been written by Ben Jann.
Thanks for citing estout in your work in one of the following ways:
Numerous users contributed to the development of estout in one way or the other, requesting features or making suggestions. Furthermore, estout owes much to John Luke Gallup's outreg command, Roy Wada's outreg2 command, and official Stata's estimates table command.
This website is based on the Bootstrap framework (version 3.3.7) and has been generated by webdoc. The Stata do-files of this website can be downloaded from here.