X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fstatistics.texi;h=76925d7e954d865d76217b97e79c86fa3a0ca272;hb=HEAD;hp=36c864eafca1b3f3053bb401782439bfddaa4b17;hpb=e358386a8422422d8dafabfb999a2cf4ef2b386e;p=pspp-builds.git diff --git a/doc/statistics.texi b/doc/statistics.texi index 36c864ea..76925d7e 100644 --- a/doc/statistics.texi +++ b/doc/statistics.texi @@ -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.