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: Accumulated mean and standard deviation
From
Sunil Kumar <[email protected]>
To
[email protected]
Subject
Re: st: Accumulated mean and standard deviation
Date
Sun, 8 Jan 2012 22:12:29 +0530
Does this achieve what you want?
gen mean=.
gen sd=.
local k=_N
forv i=1/`k' {
qui su x in 1/`i'
qui replace mean=r(mean) in `i'
qui replace sd=r(sd) in `i'
}
Best,
Sunil
*
* 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/