MISSING Subcommand (ONEWAY command)

MISSING controls the treatment of missing values.

  • Keywords ANALYSIS and LISTWISE are alternatives. Each can be used with INCLUDE or EXCLUDE. The default is ANALYSIS and EXCLUDE.
  • A case outside of the range specified for the grouping variable is not used.

ANALYSIS. Exclude cases with missing values on a pair-by-pair basis. A case with a missing value for the dependent or grouping variable for a given analysis is not used for that analysis. This is the default.

LISTWISE. Exclude cases with missing values listwise. Cases with missing values for any variable named are excluded from all analyses.

EXCLUDE. Exclude cases with user-missing values. User-missing values are treated as missing. This is the default.

INCLUDE. Include user-missing values. User-missing values are treated as valid values.