X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fstatistics.texi;h=c475f306b3644431b9e248e629b6e04b8b550b3b;hb=51c3424bf88d0fa110683fbcdd208d0fa5c98179;hp=177af4cbaadbf33e82a39a897a4b0d471742cd97;hpb=3f66c4cbcca987261a6b8bc9d6cf6c87ace10501;p=pspp diff --git a/doc/statistics.texi b/doc/statistics.texi index 177af4cbaa..c475f306b3 100644 --- a/doc/statistics.texi +++ b/doc/statistics.texi @@ -964,7 +964,7 @@ variables factored by a single independent variable. It is used to compare the means of a population divided into more than two groups. -The variables to be analysed should be given in the @code{VARIABLES} +The dependent variables to be analysed should be given in the @code{VARIABLES} subcommand. The list of variables must be followed by the @code{BY} keyword and the name of the independent (or factor) variable. @@ -990,6 +990,16 @@ If the total sum of the coefficients are not zero, then PSPP will display a warning, but will proceed with the analysis. The @code{CONTRAST} subcommand may be given up to 10 times in order to specify different contrast tests. +The @code{MISSING} subcommand defines how missing values are handled. +If LISTWISE is specified then cases which have missing values for +the independent variable or any dependent variable will be ignored. +If ANALYSIS is specified, then cases will be ignored if the independent +variable is missing or if the dependent variable currently being +analysed is missing. The default is ANALYSIS. +A setting of EXCLUDE means that variables whose values are +user-missing are to be excluded from the analysis. A setting of +INCLUDE means they are to be included. The default is EXCLUDE. + @node RANK @comment node-name, next, previous, up