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: summarize, store multiple means?


From   D-Ta <[email protected]>
To   [email protected]
Subject   st: summarize, store multiple means?
Date   Wed, 29 Jun 2011 10:09:34 +0200

Good Morning,

I would like to simply store multiple means as generated by the summarize command:

sum var1 var2 .. var100
matrix averages=r(mean)

However, only the mean of the last (var100) is stored in that matrix. Is there anyway to store all the means or do I have to loop over all variables and store each mean value seperately in the matrix column?

Ultimately, I would like to run a command like:

bys sex: sum var1 var2 .. var100

and store two set of means in two matrix columns, but I assume accessing r(mean) after that command would, again, only give me the very last mean entry.

Cheers

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