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 66.1. For more information about ODS, see Chapter 20, Using the Output Delivery System.
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 |
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.