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
MISSINGis not specified, the default isEXCLUDE. - Pairwise deletion of missing data is not available
in
UNIANOVA. - Keywords
INCLUDEandEXCLUDEare mutually exclusive. - If more than one
MISSINGsubcommand 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.