Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
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 the following table.

For more information on ODS, see Chapter 15, "Using the Output Delivery System."

Table 52.1: ODS Tables Produced in PROC PRINCOMP
ODS Table Name Description Statement / Option
NObsNVarNumber of Observations, Variables and (Partial) Variablesdefault
SimpleStatisticsSimple Statisticsdefault
CorrCorrelation Matrixdefault unless COV is specified
CovCovariance Matrixdefault if COV is specified
RSquareRMSERegression Statistics: R-Squares and RMSEsPARTIAL statement
RegCoefRegression CoefficientsPARTIAL statement COV
StdRegCoefStandardized Regression CoefficientsPARTIAL statement
ParCorrPartial Correlation MatrixPARTIAL statement
ParCovUncorrected Partial Covariance MatrixPARTIAL statement COV
TotalVarianceTotal VariancePROC PRINCOMP COV
EigenvaluesEigenvaluesdefault
EigenvectorsEigenvectorsdefault

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.