MISSING Subcommand (KNN command)
The MISSING subcommand is
used to control whether user-missing values for categorical variables
are treated as valid values. By default, user-missing values for
categorical variables are treated as invalid.
- The
MISSINGsubcommand defines categorical variables as dependent variables withMLEVELspecificationOorN, dependent variables with measurement level set at Ordinal or Nominal in the data dictionary and noMLEVELspecification, and factors. Scale variables are dependent variables withMLEVELspecificationS, dependent variables with Scale measurement level and noMLEVELspecification, and covariates. - User-missing values for scale variables are always treated as invalid.
- System-missing values for any variables are always treated as invalid.
USERMISSING=EXCLUDE. User-missing values for categorical variables are treated as invalid. This is the default.
USERMISSING=INCLUDE. User-missing values for categorical variables are treated as valid values.