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: RE: Equivalent to matcell in table
From
"Martin Weiss" <[email protected]>
To
<[email protected]>
Subject
st: RE: Equivalent to matcell in table
Date
Tue, 13 Jul 2010 00:01:48 +0200
<>
The -matcell()- option does not save to a file, but a -matrix-:
***********
sysuse auto, clear
tab rep78, matcell(h)
mat l h
***********
-table- has a -replace- option that gives you access to almost unlimited
space to save the result. Combine it with -preserve-/-restore-:
***********
sysuse auto, clear
table rep78, contents(freq) replace
l
***********
HTH
Martin
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Hobst
Sent: Montag, 12. Juli 2010 23:41
To: [email protected]
Subject: st: Equivalent to matcell in table
-tabulate- has the Option matcell() to save the output table in a file.
Unfortunately the limits are 1200 rows and 80 columns, but i have much more
columns. Is there a possibility to do something similar as matcell with the
-table- function?
Thanks for your advice.
--
View this message in context:
http://statalist.1588530.n2.nabble.com/Equivalent-to-matcell-in-table-tp5285
038p5285038.html
Sent from the Statalist mailing list archive at Nabble.com.
*
* 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/