Thanks to Kit Baum an update to the -estout- package is available from
SSC. -estout- displays and exports regression tables. To install the
update, type
. ssc install estout, replace
or use the -adoupdate- command.
Changes:
o The returned r(coefs) matrix now depends on -order()-, -keep()-, and -drop()-.
o -order()- now inserts extra table rows for elements that are not
found among the coefficients in the table. Example:
. sysuse auto
. reg price weight foreign
. estout, order(weight mpg foreign)
-------------------------
.
b
-------------------------
weight 3.320737
mpg
foreign 3637.001
_cons -4942.844
-------------------------
o The -estout- website at http://repec.org/bocode/e/estout/ has been updated.
ben
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/