Update documentation regarding missing values.
authorJohn Darrington <john@darrington.wattle.id.au>
Fri, 17 Jul 2009 15:04:22 +0000 (23:04 +0800)
committerJohn Darrington <john@darrington.wattle.id.au>
Fri, 17 Jul 2009 15:04:22 +0000 (23:04 +0800)
Explicitly mention that cases are excluded on a
listwise basis.

doc/statistics.texi

index 36c864eafca1b3f3053bb401782439bfddaa4b17..632c1a3754492fb0eb5aa4c59ff31e810342e272 100644 (file)
@@ -1013,8 +1013,11 @@ The default is FREE.
 @item The CUTOFF parameter is for compatibility and is ignored.
 @end itemize
 
-
 The MISSING subcommand determines whether user missing values are to 
-be included or excluded in the analysis.  The default behaviour is to exclude them.
+be included or excluded in the analysis.  The default behaviour is to
+exclude them.
+Cases are excluded on a listwise basis; if any of the variables in @var{var_list} 
+or if the variable @var{state_var} is missing, then the entire case will be 
+excluded.