[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
st: re: total
<>
Martin complains that -total- (like -mean-, presumably) performs
listwise deletion (unlike, say, -summarize-). To get around this:
--------------
clear all
sysuse auto
local mw price mpg rep78
foreach v of local mw {
qui total `v'
mat b = nullmat(b),e(b)
mat en = nullmat(en), e(_N)
}
mat list b
mat list en
--------------
Kit Baum, Boston College Economics and DIW Berlin
http://ideas.repec.org/e/pba1.html
An Introduction to Modern Econometrics Using Stata:
http://www.stata-press.com/books/imeus.html
*
* 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/