Bookmark and Share

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: combining tables with -outreg-


From   Ricardo Ovaldia <[email protected]>
To   [email protected]
Subject   st: combining tables with -outreg-
Date   Tue, 2 Aug 2011 05:56:08 -0700 (PDT)

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/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index