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
Hobst <[email protected]>
To
[email protected]
Subject
st: Re: Equivalent to matcell in table
Date
Wed, 14 Jul 2010 03:37:54 -0700 (PDT)
I see, thank you. But how can i access the created table with for example xml_tab? My goal is to save the crated matrix (which is about 700x700) to a .txt or .xml file, so i can use it in Excel later..
Thank you very much for your help. I reallly appreciate it.
On 13.07.2010, at 00:04, Martin Weiss-5 [via Statalist] wrote:
>
> <>
>
> 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: [hidden email]
> [mailto:[hidden email]] On Behalf Of Hobst
> Sent: Montag, 12. Juli 2010 23:41
> To: [hidden email]
> 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/
>
>
> View message @ http://statalist.1588530.n2.nabble.com/Equivalent-to-matcell-in-table-tp5285038p5285112.html
> To unsubscribe from Equivalent to matcell in table, click here.
>
--
View this message in context: http://statalist.1588530.n2.nabble.com/Equivalent-to-matcell-in-table-tp5285038p5291925.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/