> 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