MISSING Subcommand (GLM: Univariate command)
By default, cases with missing values for any
of the variables on the GLM 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
GLM. - Keywords
INCLUDEandEXCLUDEare mutually exclusive. - If more than one
MISSINGsubcommand is specified, only the last subcommand is in effect.
EXCLUDE. Exclude both
user-missing and system-missing values. This setting is
the default when MISSING is
not specified.
INCLUDE. Treat user-missing values as valid. System-missing values cannot be included in the analysis.