MISSING Subcommand (UNIANOVA command)
By default, cases with missing values for any
of the variables on the UNIANOVA
variable list are excluded from the analysis. The MISSING
subcommand allows you to include
cases with user-missing values.
- If
MISSING
is not specified, the default isEXCLUDE
. - Pairwise deletion of missing data is not available
in
UNIANOVA
. - Keywords
INCLUDE
andEXCLUDE
are mutually exclusive. - If more than one
MISSING
subcommand is specified, only the last one is in effect.
EXCLUDE. Exclude both
user-missing and system-missing values. This is the default
when MISSING
is not specified.
INCLUDE. User-missing values are treated as valid. System-missing values cannot be included in the analysis.