MISSING Subcommand (GENLOG command)
MISSING controls
missing values. By default, GENLOG excludes all cases with system- or user-missing values for any variable.
You can specify INCLUDE to include
user-missing values.
EXCLUDE. Delete cases
with user-missing values. This is the default if the subcommand
is omitted. You can also specify the keyword DEFAULT.
INCLUDE. Include cases with user-missing values. Only cases with system-missing values are deleted.
Example
MISSING VALUES A(0).
GENLOG A B
/MISSING=INCLUDE
/DESIGN=B.
- Even though 0 was specified as missing, it is treated as a nonmissing category of A in this analysis.