The following statements are available in the ACECLUS procedure:
PROC ACECLUS
PROPORTION=p |THRESHOLD=t <options> ;
BY
variables ;
FREQ
variable ;
VAR
variables ;
WEIGHT
variable ;
Usually you need only the VAR statement in addition to the required PROC ACECLUS statement. The optional BY, FREQ, VAR, and WEIGHT statements are described in alphabetical order after the PROC ACECLUS statement.