MISSING Subcommand (LOGLINEAR command)
MISSING
controls
missing values. By default, LOGLINEAR
excludes all cases with system- or user-missing values on any variable.
You can specify INCLUDE
to include
user-missing values. If INCLUDE
is specified, user-missing values must also be included in the value
range specification.
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 user-missing values. Only cases with system-missing values are deleted.
Example
MISSING VALUES A(0).
LOGLINEAR A(0,2) B(1,2) /MISSING=INCLUDE
/DESIGN=B.
- Even though 0 was specified as missing, it is treated as a nonmissing category of A in this analysis.