-style(tab)- should definitely put tabs between columns. However, note
that tabs are not preserved in the Stata Results window (the are
expanded to 8 blanks or so). Thus, if you want tabs you'd have to save
the estout table externally by means of the -using- syntax:
. estout ... using ..., syle(tab)
Furthermore, note that -style(tab)- is the default and can be omitted.
ben
> -----Original Message-----
> From: [email protected] [mailto:owner-
> [email protected]] On Behalf Of Richard Palmer-Jones
> Sent: Friday, September 01, 2006 12:22 PM
> To: [email protected]
> Subject: st: Tabbed columns in estout or estimates table
>
> Dear Readers
>
> I run a regression over many sub-samples and want to produce a table
> comparing coefficients etc. for different subsamples in columns.
> "estout namelist , style(tab)" does not seem to put tabs between
> columns, only at either end of each row. I can use "outreg namelist
> using .., [append]" and get something nearer to what I want but having
> invested considerable time in estout I would appreciate advice on
> whether outreg is the appropriate command to use?
>
> Thanks in advance
>
> Richard
> *
> * 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/