Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | Ryan Kessler <ryan.kessler.stata@gmail.com> |
To | statalist@hsphsun2.harvard.edu |
Subject | Re: st: Super-Columns with Esttab |
Date | Sun, 18 Nov 2012 17:02:50 -0500 |
You could try using something like this: sysuse auto eststo clear eststo: reg price foreign eststo: reg mpg foreign eststo: reg trunk foreign esttab, varlabels(foreign "Difference" _cons Domestic) se Ryan Kessler On Sun, Nov 18, 2012 at 2:15 PM, <metoka2@gmx.de> wrote: > Dear members, > > this is my first post, so I hope it works. I am using estpost and esttab to export results from two-sample t-tests in a rtf-file, so that I can use the output in a word file. I am a stata beginner and also not very familiar with the estout package. > I tried to add super-columns above the names of my columns, but I couldn't figure out how to do it. I hope someone can help me. > > So far, my code looks like this: > > sysuse auto > estpost ttest price mpg trunk, by(foreign) > esttab using "myFileInRtfFormat.rtf", cells("N_1 mu_1 N_2 mu_2 b(star) se") /// > noobs nonumber nomtitle modelwidth(8 8 7 8 8 8) replace > > I want to add the super-column "Domestic" above the columnnames N_1 and mu_1 (the super-column name "Domestic" should only be shown once), and I want to add the super-column "Foreign" above the columnnames N_2 and mu_2 (also just once). > > I tried to add the super-columns with the following code: > equations(1) unstack eqlabels(Domestic Foreign) > But only "Domestic" is added then. > > How can I add Domestic and Foreign above the column names at the specific positions? > > > Thank you very much for your help! > > Metoka > * > * For searches and help try: > * http://www.stata.com/help.cgi?search > * http://www.stata.com/support/faqs/resources/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/faqs/resources/statalist-faq/ * http://www.ats.ucla.edu/stat/stata/