No. But I have plans to provide an easy-to-use version of estout (syntax
similar to estout1), either as a wrapper or via additional options. I
hope to be able to do this soon.
ben
> -----Original Message-----
> From: [email protected] [mailto:owner-
> [email protected]] On Behalf Of louis boakye-yiadom
> Sent: Tuesday, June 13, 2006 1:27 PM
> To: [email protected]
> Subject: RE: st: Update to -estout- available from SSC
>
> 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/
*
* 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/