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]
Re: st: combining tables with -outreg-
From
Ricardo Ovaldia <[email protected]>
To
[email protected]
Subject
Re: st: combining tables with -outreg-
Date
Wed, 3 Aug 2011 06:41:15 -0700 (PDT)
I did not get a reply on my post, thus I assume that there is no way to do this other than to cut and paste.
Ricardo Ovaldia, MS
Statistician
Oklahoma City, OK
--- On Tue, 8/2/11, Ricardo Ovaldia <[email protected]> wrote:
> From: Ricardo Ovaldia <[email protected]>
> Subject: st: combining tables with -outreg-
> To: [email protected]
> Date: Tuesday, August 2, 2011, 7:56 AM
> I am using the new -outreg- to create
> a report that is made up of three tables.
> Each table is made by merging 3 tables using
> -outreg,merge-.
> I want to use the new -outreg, addtable- option to
> combine these tables. Is there a way to do this?
>
> Here is a simple example using the auto data:
>
> . sysuse auto, clear
> . qui regress mpg weight
> . qui outreg using auto1, nosubstat stats(b se )
> nostar ctitle(All) sdec(2,2) bfmt(f) replace
> . qui regress mpg weight if foreign==0
> . outreg using auto1, nosubstat stats(b se ) nostar
> ctitle(Domestic) sdec(2,2) bfmt(f) replace merge
>
> . qui regress mpg weight
> . qui outreg using auto2, nosubstat stats(b se )
> nostar ctitle(All) sdec(2,2) bfmt(f) replace
> . qui regress mpg weight if foreign==1
> . outreg using auto2, nosubstat stats(b se ) nostar
> ctitle(Foreign) sdec(2,2) bfmt(f) replace merge
>
> This code creates two separate tables by merging two other
> tables. I would like both tables in one document.
>
> Thank you in advance,
> Ricardo
>
>
>
> Ricardo Ovaldia, MS
> Statistician
> Oklahoma City, OK
>
> *
> * 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/