The PLSMOD Procedure
ODS Table Names
Each table that the PLSMOD procedure creates has a name associated with it. You must use this name to refer to the table when you use the DISPLAY statement, the DISPLAYOUT statement, or the Output Delivery System (ODS) statements. These names are listed in Table 17.7.
Table 17.7: ODS Tables Produced by PROC PLSMOD
Table Name | Description | Required Statement and Option |
|---|---|---|
CVResults | Results of test set validation | PARTITION statement |
CenScaleParms | Parameter estimates for centered and scaled data | |
ClassInfo | Level information from the CLASS statement | CLASS statement |
CodedCoef | Coded regression coefficients | DETAILS option in PROC PLSMOD statement |
Dimensions | Model dimensions | Default output |
ModelInfo | Model information | Default output |
NObs | Number of observations read and used | Default output |
OutputCasTables | A special ODS table that has information about all the CAS tables that are created during a CAS action execution | DISPLAYOUT statement or OUTPUT statement |
ParameterEstimates | Parameter estimates for raw data | |
PercentVariation | Predictor and response variation that are accounted for by each factor | Default output |
ResidualSummary | Residual summary from test set validation | PARTITION statement |
Timing | Absolute and relative times spent by tasks that are performed by the procedure | Default output |
XEffectCenScale | Centering and scaling information for predictor effects | CENSCALE option in PROC PLSMOD statement |
XLoadings | Loadings for predictor effects | DETAILS option in PROC PLSMOD statement |
XPercentVariation | Variation that is accounted for by each factor for predictor effects | VARSS option in PROC PLSMOD statement |
XWeights | Weights for predictor effects | DETAILS option in PROC PLSMOD statement |
YPercentVariation | Variation that is accounted for by each factor for responses | VARSS option in PROC PLSMOD statement |
YVariableCenScale | Centering and scaling information for responses | CENSCALE option in PROC PLSMOD statement |
YWeights | Weights for responses | DETAILS option in PROC PLSMOD statement |