Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
st: RE: esttab question
From 
 
"Jesper Lindhardsen" <[email protected]> 
To 
 
<[email protected]> 
Subject 
 
st: RE: esttab question 
Date 
 
Thu, 1 Sep 2011 08:59:10 +0200 
Hi Jorg
If I understand correctly, you mean like this :
sysuse auto
est clear
eststo: estpost corr  foreign headroom trunk weight if  rep78==3 
eststo: estpost corr  foreign headroom trunk weight if  rep78==4 
eststo: estpost corr  foreign headroom trunk weight if  rep78==5 
esttab *, b(2) not unstack compress nonumber nomtitle  noobs varw(30) label
HTH Jesper
Jesper Lindhardsen
MD, PhD candidate
Department of Cardiovascular Research
Copenhagen University Hospital, Gentofte
Denmark
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Jörg Eulenberger
Sent: 01 September 2011 07:55
To: '[email protected]'
Subject: st: esttab question
Dear Statalisters,
i want to create a table like:
sysuse auto
estpost corr  foreign headroom trunk weight
esttab , b(2) not unstack compress nonumber nomtitle  noobs varw(30) label
But now i want a table with different subgroups
sysuse auto
estpost corr  foreign headroom trunk weight if  rep78==3
estpost corr  foreign headroom trunk weight if  rep78==4
estpost corr  foreign headroom trunk weight if  rep78==5
esttab , b(2) not unstack compress nonumber nomtitle  noobs varw(30) label
for each subgroup a separate column in one table.
Thanks for help,
Jörg
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/