Syntax: DISCRIM Procedure
The following statements are available in PROC DISCRIM:
-
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.
Copyright © SAS Institute Inc. All rights reserved.