Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

RE: st: Update to -estout- available from SSC


From   "louis boakye-yiadom" <[email protected]>
To   [email protected]
Subject   RE: st: Update to -estout- available from SSC
Date   Tue, 13 Jun 2006 11:26:58 +0000

Thanks for this update, Ben. Will you do a similar update for -estout1-? Thanks.

Louis




Thanks to Kit Baum, an update to the -estout- package
is available from the SSC Archive.

To install the update, type

 . ssc install estout, replace

or use the -adoupdate- command.

-estout- now has a new option called -hlinechar()- and
a new @-variable called -@hline-. These features are
useful to add horizontal lines to the table. Example:

. sysuse auto, clear
. reg price mpg weight
. estout, posthead(@hline) prefoot(@hline) ///
          postfoot(@hline) stats(N) style(fixed)


                        b
-------------------------
mpg             -49.51222
weight           1.746559
_cons            1946.069
-------------------------
N                      74
-------------------------

. estout, hlinechar(*) posthead(@hline) prefoot(@hline) ///
          postfoot(@hline) stats(N) style(fixed)


                        b
*************************
mpg             -49.51222
weight           1.746559
_cons            1946.069
*************************
N                      74
*************************

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/



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