PROC HPPRINCOMP 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 11.4. For more information about ODS, see Chapter 20: Using the Output Delivery System in SAS/STAT User's Guide.
Table 11.4: ODS Tables Produced by PROC HPPRINCOMP
Table Name |
Description |
Required Statement / Option |
---|---|---|
Corr |
Correlation matrix |
Default |
Cov |
Covariance matrix |
|
Eigenvalues |
Eigenvalues |
Default |
Eigenvectors |
Eigenvectors |
Default |
NObs |
Number of observations read and used |
Default |
NVars |
Number of variables and partial variables |
Default |
ParCorr |
Partial correlation matrix |
PARTIAL statement |
ParCov |
Uncorrected partial covariance matrix |
|
PerformanceInfo |
Information about the high-performance computing environment |
Default |
RegCoef |
Regression coefficients |
|
RSquareRMSE |
Regression statistics: R squares and RMSEs |
PARTIAL statement |
SimpleStatistics |
Simple statistics |
Default |
StdRegCoef |
Standardized regression coefficients |
PARTIAL statement |
Timing |
Absolute and relative times of tasks performed by the procedure |
|
TotalVariance |
Total variance |