estout
Making Regression Tables in Stata
Installation
Installation using the ssc command (recommended)
To install the estout package, type
. ssc install estout, replace
in Stata.
Compatibility: estout requires Stata 8.2 or newer.
Manual installation
If you cannot use the ssc command due to firewall issues or alike,
you may install estout as follows:
-
Download estout.zip
(also see: http://ideas.repec.org/c/boc/bocode/s439301.html)
-
Extract estout.zip into a temporary directory on
your hard disk, say, "C:\temp\".
-
Start Stata and type
. net from "c:/temp/"
(or similar, depending on the chosen temporary directory).
-
Type
. net install estout, replace
-
Done! You may now erase the temporary files.