Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: Update to -estout- available from SSC


From   Ben Jann <[email protected]>
To   statalist <[email protected]>
Subject   st: Update to -estout- available from SSC
Date   Tue, 10 Feb 2009 15:18:22 +0100

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/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index