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]

Re: st: saving -tabstatmat- output as matrix/data


From   Maarten Buis <[email protected]>
To   [email protected]
Subject   Re: st: saving -tabstatmat- output as matrix/data
Date   Fri, 24 Jun 2011 18:53:09 +0200

On Fri, Jun 24, 2011 at 6:03 PM, Enayetur Raheem wrote:
> I was searching for a way to save -tabstatmat- output as a matrix so
> that I can transform it as data.

*---------------- begin example ----------------
// if you do not want the total
sysuse auto, clear
collapse (mean) price, by(foreign)
list

// if you want the total
expand 2, gen(dup)
replace foreign = 3 if dup == 1
label define origin 3 "total", add
label value foreign origin

collapse (mean) price, by(foreign)
list
*---------------- end example ------------------
(For more on examples I sent to the Statalist see:
http://www.maartenbuis.nl/example_faq )

Hope this helps,
Maarten

--------------------------
Maarten L. Buis
Institut fuer Soziologie
Universitaet Tuebingen
Wilhelmstrasse 36
72074 Tuebingen
Germany


http://www.maartenbuis.nl
--------------------------
*
*   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