The KCLUS Procedure
Syntax: KCLUS Procedure
The following statements are available in the KCLUS procedure:
PROC KCLUS <options>;
CODE <options>;
DISPLAY <table-list> </options>;
DISPLAYOUT table-spec-list </options>;
FREQ variable;
INPUT variables <LEVEL= NOMINAL | INTERVAL>;
SCORE OUT=CAS-libref.data-table <options>;
The PROC KCLUS statement and an INPUT statement are required. You can specify multiple INPUT statements.
The following sections describe the PROC KCLUS statement and then describe the other statements in alphabetical order.