Thanks to Kit Baum, an update to the -estout- package
is available from the SSC Archive.
To install the update, type
- ssc intsall estout, replace
or use the -adoupdate- command.
Main changes:
1. The -keep()- and -drop()- options now support variable name
abbreviation (unless -set varabbrev- is off). Furthermore, shorthand
variable lists are supported (see -help varlist-).
2. There is a new -order()- option to specify the order of the
coefficients in the table. However, -keep()- does not change to order of
coefficients anymore.
3. There is a new -extracols()- option to insert empty columns at
specified positions in the table.
4. Specifying -eqlabels(,none)- now causes "_cons" to be replaced with
the equation name, if "_cons" is the only parameter in an equation. This
is useful, e.g., for tabulating -ologit- or -oprobit- results in Stata
9.
<cut>
. sysuse auto
. ologit rep78 price
. estout
.
b
rep78
price -4.61e-06
cut1
_cons -3.540195
cut2
_cons -1.803919
cut3
_cons .2927792
cut4
_cons 1.634094
. estout, eqlabels(,none)
.
b
price -4.61e-06
cut1 -3.540195
cut2 -1.803919
cut3 .2927792
cut4 1.634094
<cut>
Cheers,
ben
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/