PROC QUANTSELECT assigns a name to each table it creates. You can use these names to refer to the table when you use the Output Delivery System (ODS) to select tables and create output data sets. These names are listed in Table 84.15.
For more information about ODS, see ChapterĀ 20: Using the Output Delivery System.
Table 84.15: ODS Tables Produced by PROC QUANTSELECT
ODS Table Name |
Description |
Statement |
Option |
---|---|---|---|
BSplineDetails |
B-spline basis details |
DETAILS |
|
Dimensions |
Number of effects and parameters |
Default |
|
EntryCandidates |
Entry effect ranking |
||
FitStatistics |
Selected model fit statistics |
Default |
|
RemovalCandidates |
Removal effect ranking |
||
ClassLevelCoding |
Classification variable coding |
SHOWCODING |
|
ClassLevelInfo |
Classification variable levels |
Default |
|
CollectionLevelInfo |
Levels of collection effects |
DETAILS |
|
MMLevelInfo |
Levels of multimember effects |
DETAILS |
|
ModelInfo |
Model information |
Default |
|
NObs |
Number of observations |
Default |
|
ParameterNames |
Labels for column names in the design matrix |
OUTDESIGN(names) |
|
ParameterEstimates |
Selected model parameter estimates |
Default |
|
PolynomialDetails |
Polynomial details |
DETAILS |
|
PolynomialScaling |
Polynomial scaling |
DETAILS |
|
SelectedEffects |
List of selected effects |
Default |
|
SelectionSummary |
Selection summary |
Default |
|
StopReason |
Reason why selection stopped |
Default |
|
TPFSplineDetails |
Thin-plate spline basis details |
DETAILS |