PROC HPCANDISC assigns a name to each table that it creates. You can use these names to reference the ODS table when using the Output Delivery System (ODS) to select tables and create output data sets. These names are listed in Table 5.2. For more information about ODS, see ChapterĀ 20: Using the Output Delivery System in SAS/STAT 14.1 User's Guide.
Table 5.2: ODS Tables Produced by PROC HPCANDISC
Table Name |
Description |
Required Statement / Option |
---|---|---|
ANOVA |
Univariate statistics |
|
AveRSquare |
Average R square |
|
BCorr |
Between-class correlations |
|
BCov |
Between-class covariances |
|
BSSCP |
Between-class SSCP matrix |
|
BStruc |
Between canonical structure |
Default |
CanCorr |
Canonical correlations |
Default |
CanonicalMeans |
Class means on canonical variables |
Default |
ClassLevels |
Class level information |
Default |
Counts |
Number of observations, variables, class levels, df |
Default |
DataAccessInfo |
Information about modes of data access |
Default |
Dist |
Squared distances |
|
DistFValues |
F statistics based on squared distances |
|
DistProb |
Probabilities for F statistics from squared distances |
|
MultStat |
MANOVA |
Default |
NObs |
Number of observations |
Default |
PCoef |
Pooled standard canonical coefficients |
Default |
PCorr |
Pooled within-class correlations |
|
PCov |
Pooled within-class covariances |
|
PerformanceInfo |
Information about the high-performance computing environment |
Default |
PSSCP |
Pooled within-class SSCP matrix |
|
PStdMeans |
Pooled standardized class means |
|
PStruc |
Pooled within canonical structure |
Default |
RCoef |
Raw canonical coefficients |
Default |
SimpleStatistics |
Simple statistics |
|
TCoef |
Total-sample standard canonical coefficients |
Default |
TCorr |
Total-sample correlations |
|
TCov |
Total-sample covariances |
|
Timing |
Absolute and relative times for tasks performed by the procedure |
|
TSSCP |
Total-sample SSCP matrix |
|
TStdMeans |
Total standardized class means |
|
TStruc |
Total canonical structure |
Default |
WCorr |
Within-class correlations |
|
WCov |
Within-class covariances |
|
WSSCP |
Within-class SSCP matrices |