Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The PLS Procedure

ODS Table Names

PROC PLS 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 51.1: ODS Tables Produced in PROC PLS
ODS Table Name Description Statement Option
CVResultsResults of cross validationPROCCV
CenScaleParmsParameter estimates for centered and scaled dataMODELSOLUTION
CodedCoefCoded coefficientsPROCDETAILS
ParameterEstimatesParameter estimates for raw dataMODELSOLUTION
PercentVariationVariation accounted for by each factorPROCdefault
ResidualSummaryResidual summary from cross validationPROCCV
XEffectCenScaleCentering and scaling information for predictor effectsPROCCENSCALE
XLoadingsLoadings for independentsPROCDETAILS
XVariableCenScaleCentering and scaling information for predictor variablesPROCCENSCALE and VARSCALE
XWeightsWeights for independentsPROCDETAILS
YVariableCenScaleCentering and scaling information for responsesPROCCENSCALE
YWeightsWeights for dependentsPROCDETAILS

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

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