Examples (SELECTPRED command)

SELECTPRED response_01 
  /EXCEPT VARIABLES=custid response_02 response_03
  /MISSING USERMISSING=INCLUDE.
  • This analysis specifies response_01 as the dependent variable.
  • All other variables are to be considered as possible predictors, with the exception of custid, response_02, and response_03.
  • User-missing values of categorical variables are treated as valid for the purpose of selecting predictors.
  • All other settings fall back to their default values.

For discussion of output from this syntax and to place the example in context, see Using Select Predictors to Mine a Customer Database.