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]

Antwort: Re: st: AW: Copying Stata (Table) results to Excel


From   Richard Ochmann <[email protected]>
To   [email protected]
Subject   Antwort: Re: st: AW: Copying Stata (Table) results to Excel
Date   Wed, 10 Mar 2010 15:38:12 +0100

this should do it:

***
estpost tabstat CAR1 mCAR1 CAR4 mCAR4 CAR20 mCAR20 CARn20 mnCAR20 if
transactiontype == Buy, by(location) statistics(n mean sd)
columns(statistics) listwise

esttab, cells("mean count")
***

also see:
http://repec.org/bocode/e/estout/estpost.html#estpost102

best, rich

[email protected] schrieb am 10.03.2010 11:42:31:

> Hi,
> 
> 
> First, thanks Martin!
> 
> However, after using the below estpost tabstat command:
> 
> estpost tabstat CAR1 mCAR1 CAR4 mCAR4 CAR20 mCAR20 CARn20 mnCAR20 if
> transactiontype == Buy, by(location) statistics(n mean sd)
> columns(statistics) listwise
> 
> I can only tab one of the stored e() values such as
> . estout e(mean) using "C:\data\msci\all\data\final_test.xls", replace
> (output written to C:\data\msci\all\data\final_test.xls)
> 
> I would like to table all e()s next to each other in an xls sheet.
> Exactly as I can see it on Stata*s result window. I simply cant get a
> command like the below to work:
> 
> estout e(mean) e(count) e(.......... using
> "C:\data\msci\all\data\final_test.xls", replace
> 
> 
> Best,
> 
> Kaspar
> 
> 
> 
> 
> 2010/3/10 Martin Weiss <[email protected]>:
> >
> > <>
> >
> > -ssc d estout- has a routing -estpost-, which, in conjunction with
> -esttab-, can do most of these things...
> >
> >
> >
> > HTH
> > Martin
> >
> >
> > -----Ursprüngliche Nachricht-----
> > Von: [email protected] [mailto:owner-
> [email protected]] Im Auftrag von Kaspar Dardas
> > Gesendet: Mittwoch, 10. März 2010 10:42
> > An: [email protected]
> > Betreff: st: Copying Stata (Table) results to Excel
> >
> > Hello together,
> >
> >
> > what is the most efficient  method to copy results (table, tabstat
> > etc.) from Stata to Excel?
> >
> > There is lots of good stuff for regression results but I couldn't
> > really find anything for sum results, tab results, tabstat etc...
> > Is there any ado which will copy the results table frrom Stata to xls?
> >
> > Many thanks,
> >
> > Kaspar
> > *
> > *   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/
> >
> 
> *
> *   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/


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