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: AW: Large output


From   "Martin Weiss" <[email protected]>
To   <[email protected]>
Subject   st: AW: Large output
Date   Mon, 29 Mar 2010 17:00:20 +0200

<> 

Try:


*************
sysuse auto, clear
qui ds, has(type numeric)
corr `r(varlist)'
matrix corr=r(C)
esttab mat(corr) using myfile.csv, replace scsv
!start myfile.csv
*************



HTH
Martin


-----Ursprüngliche Nachricht-----
Von: [email protected]
[mailto:[email protected]] Im Auftrag von Claude
Francoeur
Gesendet: Montag, 29. März 2010 15:54
An: [email protected]
Betreff: st: Large output

Hello,

My correlation matrix is quite large (15 variables). Instead of showing 
15 lines, Stata creates extra lines to continue the matrix, which makes 
it awkward to transfer to Excel or Word. This is due to the width of the 
columns (long variable names and 4 decimal coefficients).

What would be the best way to handle this? Can I have Stata rename the 
columns with numbers and provide a legend? Can I force the correlation 
coefficients to be shrunk to 2 decimals?

Thanks again for your help.

Claude


*
*   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