MISSING Subcommand (HILOGLINEAR command)
By default, a case with either system-missing or user-missing values for any variable named on the HILOGLINEAR variable list is omitted from the analysis. Use MISSING to change the treatment of cases with user-missing values.
- MISSING can be named only once and can be placed anywhere following the variable list.
- MISSING cannot be used without specifications.
- A case with a system-missing value for any variable named on the variable list is always excluded from the analysis.
EXCLUDE. Delete cases with missing values. This is the default if the subcommand is omitted. You can also specify keyword DEFAULT.
INCLUDE. Include user-missing values as valid. Only cases with system-missing values are deleted.