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 76.3. For more information about ODS, see ChapterĀ 20: Using the Output Delivery System.
Table 76.3: ODS Tables Produced by PROC PLS
ODS Table Name |
Description |
Statement |
Option |
---|---|---|---|
CVResults |
Results of cross validation |
PROC |
|
CenScaleParms |
Parameter estimates for centered and scaled data |
||
CodedCoef |
Coded coefficients |
PROC |
|
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 |
||
PercentVariation |
Variation accounted for by each factor |
PROC |
default |
ResidualSummary |
Residual summary from cross validation |
PROC |
|
XEffectCenScale |
Centering and scaling information for predictor effects |
PROC |
|
XLoadings |
Loadings for independents |
PROC |
|
XVariableCenScale |
Centering and scaling information for predictor variables |
PROC |
|
XWeights |
Weights for independents |
PROC |
|
YVariableCenScale |
Centering and scaling information for responses |
PROC |
|
YWeights |
Weights for dependents |
PROC |