Statalist


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

st: table no obs and missings


From   "Kaulisch, Marc" <[email protected]>
To   <[email protected]>
Subject   st: table no obs and missings
Date   Fri, 12 Feb 2010 09:46:24 +0100

Dear Statalisters,

Using Stata 11 MP 64bit (Win Server 2008R2) I am confused about some functionality of -table-.

I use the following code:

.	oneway `var' fachuhdfak, means scheffe
.	table fachuhdfak if r(F)>= .25, c(m `var' sd `var' med `var')

.	ttest `var', by(muhd)
.	table muhd if r(p) <= .05, c(m `var' sd `var' med `var')

The first -table- command line reports also missing values of variable fachuhdfak - although missing as an option is not specified. Do I misinterpret the missing option?
Table looks like:
X1
X2
X3
.n
.z

The second -table- command line produces the error no observatios (r(2000)) as r(p) is higher than .05. I wonder why -tab2- is ignoring that there are no observations but -table- produces an error?

Any ideas/hints/clarifications?


Marc
 

iFQ
Institut für Forschungsinformation und Qualitätssicherung
Godesberger Allee 90
53175 Bonn, Germany
Tel.: *49 - 228 - 9 72 73 - 25
Fax: *49 - 228 - 9 72 73 - 49
E-mail: [email protected] <blocked::mailto:[email protected]> 
www.forschungsinfo.de  


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