Previous Page | Next Page

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 Table 67.2. For more information about ODS, see Chapter 20, Using the Output Delivery System.

Table 67.2 ODS Tables Produced by PROC PLS

ODS Table Name

Description

Statement

Option

CVResults

Results of cross validation

PROC

CV

CenScaleParms

Parameter estimates for centered and scaled data

MODEL

SOLUTION

CodedCoef

Coded coefficients

PROC

DETAILS

MissingIterations

Iterations for missing value imputation

PROC

MISSING=EM

ModelInfo

Model information

PROC

default

NObs

Number of observations

PROC

default

ParameterEstimates

Parameter estimates for raw data

MODEL

SOLUTION

PercentVariation

Variation accounted for by each factor

PROC

default

ResidualSummary

Residual summary from cross validation

PROC

CV

XEffectCenScale

Centering and scaling information for predictor effects

PROC

CENSCALE

XLoadings

Loadings for independents

PROC

DETAILS

XVariableCenScale

Centering and scaling information for predictor variables

PROC

CENSCALE
and VARSCALE

XWeights

Weights for independents

PROC

DETAILS

YVariableCenScale

Centering and scaling information for responses

PROC

CENSCALE

YWeights

Weights for dependents

PROC

DETAILS

Previous Page | Next Page | Top of Page