ODS Table Names |
PROC FASTCLUS 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 35.4. For more information on ODS, see Chapter 20, Using the Output Delivery System.
ODS Table Name |
Description |
Statement |
Option |
---|---|---|---|
ApproxExpOverAllRSq |
Approximate expected overall R-squared, single number |
PROC |
default |
CCC |
CCC, Cubic Clustering Criterion, single number |
PROC |
default |
ClusterList |
Cluster listing, obs, id, and distances |
PROC |
LIST |
ClusterSum |
Cluster summary, cluster number, distances |
PROC |
PRINTALL |
ClusterCenters |
Cluster centers |
PROC |
default |
ClusterDispersion |
Cluster dispersion |
PROC |
default |
ConvergenceStatus |
Convergence status |
PROC |
PRINTALL |
Criterion |
Criterion based on final seeds, single number |
PROC |
default |
DistBetweenClust |
Distance between clusters |
PROC |
default |
InitialSeeds |
Initial seeds |
PROC |
default |
IterHistory |
Iteration history, various statistics for each iteration |
PROC |
PRINTALL |
MinDist |
Minimum distance between initial seeds, single number |
PROC |
PRINTALL |
NumberOfBins |
Number of bins |
PROC |
default |
ObsOverAllRSquare |
Observed overall R-squared, single number |
PROC |
SUMMARY |
PrelScaleEst |
Preliminary L(1) scale estimate, single number |
PROC |
PRINTALL |
PseudoFStat |
Pseudo statistic, single number |
PROC |
default |
SimpleStatistics |
Simple statistics for input variables |
PROC |
default |
VariableStat |
Statistics for variables within clusters |
PROC |
default |