The ACECLUS Procedure

ODS Table Names

PROC ACECLUS 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 the following table. For more information about ODS, see Chapter 20: Using the Output Delivery System.

Table 23.3: ODS Tables Produced by PROC ACECLUS

ODS Table Name

Description

Statement

Option

ConvergenceStatus

Convergence status

PROC

default

DataOptionInfo

Data and option information

PROC

default

Eigenvalues

Eigenvalues of Inv(ACE)*(COV–ACE)

PROC

default

Eigenvectors

Eigenvectors (raw canonical coefficients)

PROC

default

InitWithin

Initial within-cluster covariance estimate

PROC

INITIAL=INPUT

IterHistory

Iteration history

PROC

default

SimpleStatistics

Simple statistics

PROC

default

StdCanCoef

Standardized canonical coefficients

PROC

default

Threshold

Threshold value

PROC

PROPORTION=

TotSampleCov

Total sample covariances

PROC

default

Within

Approximate covariance estimate within clusters

PROC

default