The following statements are available in the DISCRIM procedure:
PROC DISCRIM
<options> ;
CLASS
variable ;
BY
variables ;
FREQ
variable ;
ID
variable ;
PRIORS
probabilities ;
TESTCLASS
variable ;
TESTFREQ
variable ;
TESTID
variable ;
VAR
variables ;
WEIGHT
variable ;
Only the PROC DISCRIM and CLASS statements are required.
The following sections describe the PROC DISCRIM statement and then describe the other statements in alphabetical order.