Syntax: STEPDISC Procedure
The following statements are available in PROC STEPDISC:
-
PROC STEPDISC
<options> ;
-
CLASS
variable
;
-
BY
variables
;
-
FREQ
variable
;
-
VAR
variables
;
-
WEIGHT
variable
;
The BY, CLASS, FREQ, VAR, and WEIGHT statements are described after the PROC STEPDISC statement.
Copyright © SAS Institute Inc. All rights reserved.