Statalist


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

st: make outreg/outsum output neat


From   Man Jia <[email protected]>
To   [email protected]
Subject   st: make outreg/outsum output neat
Date   Tue, 24 Jun 2008 15:07:16 -0400 (EDT)

Hi all,

Sorry to bother you a simple question. Thanks for your time!
When I use "outreg" command, the results are kind of messy, like 
follows(similar question also happens on "outsum"):

-------------------------------------------
        (1)     (2)
        lnwage06        lnwage06
AFQT1989        0.144   0.145
        (3.65)**        (3.19)**
urban06 0.160   0.137
        (2.69)**        (2.02)*
citizen1984     0.048   -0.075
        (0.11)  (0.20)
--------------------------------------------
The command I used are:
. reg lnwage06 AFQT1989 urban06 citizen1984.....
.outreg using table1.out, nolabel  replace
. reg lnwage06 AFQT1989 urban06 citizen1984.....
. outreg using table1.out, nolabel append
. type table1.out

Is there any way to make the results look more neat, like this (That 
is, each colomn are seperated from others)?
------------------------------------------------
                        (1)               (2)
                   lnwage06        lnwage06
AFQT1989         0.144            0.145
                      (3.65)**        (3.19)**
urban06           0.160             0.137
                      (2.69)**         (2.02)*
citizen1984       0.048            -0.075
                      (0.11)            (0.20)
----------------------------------------------

Thanks a lot!

Mandy
*
*   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