The PRINCOMP Procedure

ODS Table Names

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

All of the tables are created with the specification of the PROC PRINCOMP statement; a few tables need an additional PARTIAL statement.

Table 73.2: ODS Tables Produced by PROC PRINCOMP

ODS Table Name

Description

Statement / Option

Corr

Correlation matrix

default

Cov

Covariance matrix

COV

Eigenvalues

Eigenvalues

default

Eigenvectors

Eigenvectors

default

NObsNVar

Number of observations, variables, and partial variables

default

ParCorr

Partial correlation matrix

PARTIAL statement

ParCov

Uncorrected partial covariance matrix

PARTIAL statement and COV

RegCoef

Regression coefficients

PARTIAL statement and COV

RSquareRMSE

Regression statistics: R squares and RMSEs

PARTIAL statement

SimpleStatistics

Simple statistics

default

StdRegCoef

Standardized regression coefficients

PARTIAL statement

TotalVariance

Total variance

COV