Added the '=' to the plot subcommand's documentation.
[pspp-builds.git] / doc / statistics.texi
index 36c864eafca1b3f3053bb401782439bfddaa4b17..76925d7e954d865d76217b97e79c86fa3a0ca272 100644 (file)
@@ -960,7 +960,7 @@ analysis tested against the totals.
 
 @display
 ROC     @var{var_list} BY @var{state_var} (@var{state_value})
-        /PLOT @{ CURVE [(REFERENCE)], NONE @}
+        /PLOT @{ CURVE [(REFERENCE)], NONE @}
         /PRINT = [ SE ] [ COORDINATES ]
         /CRITERIA = [ CUTOFF(@{INCLUDE,EXCLUDE@}) ]
           [ TESTPOS (@{LARGE,SMALL@}) ]
@@ -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.