PROC CLUSTER assigns a name to each table it creates. You can use these names to reference the table when using the Output Delivery System (ODS) to select tables and create output data sets. These names are listed in Table 33.4. For more information about ODS, see Chapter 20: Using the Output Delivery System.
Table 33.4: ODS Tables Produced by PROC CLUSTER
ODS Table Name |
Description |
Statement |
Option |
---|---|---|---|
ClusterHistory |
Observation or clusters joined, frequencies and other cluster statistics |
PROC |
default |
SimpleStatistics |
Simple statistics, before or after trimming |
PROC |
SIMPLE |
EigenvalueTable |
Eigenvalues of the CORR or COV matrix |
PROC |
default |
RMSStd |
Root mean square total sample standard deviation |
PROC |
default |
AvDist |
Root mean square distance between observations |
PROC |
default |