Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: re: total


From   Kit Baum <[email protected]>
To   [email protected]
Subject   st: re: total
Date   Mon, 26 Jan 2009 09:35:34 -0500

<>
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/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index