PROC GLMSELECT assigns a name to each table it creates. You can use these names to reference the table when you use the Output Delivery System (ODS) to select tables and create output data sets. These names are listed in Table 48.11.
For more information about ODS, see ChapterĀ 20: Using the Output Delivery System.
Table 48.11: ODS Tables Produced by PROC GLMSELECT
ODS Table Name |
Description |
Statement |
Option |
---|---|---|---|
ANOVA |
Selected model ANOVA table |
Default |
|
AvgParmEst |
Average parameter estimates |
Default |
|
BSplineDetails |
B-spline basis details |
DETAILS |
|
Candidates |
Entry/removal effect ranking |
||
ClassLevelCoding |
Classification variable coding |
SHOWCODING |
|
ClassLevelInfo |
Classification variable levels |
Default |
|
CollectionLevelInfo |
Levels of collection effects |
DETAILS |
|
CVDetails |
Cross validation PRESS by fold |
||
Dimensions |
Number of effects and parameters |
Default |
|
EffectSelectPct |
Effect selection percentages |
Default |
|
FitStatistics |
Selected model fit statistics |
Default |
|
MMLevelInfo |
Levels of multimember effects |
DETAILS |
|
ModelAvgInfo |
Model averaging information |
Default |
|
ModelInfo |
Model information |
Default |
|
ModelSelectFreq |
Model selection frequencies |
Default |
|
NObs |
Number of observations |
Default |
|
ParameterNames |
Labels for column names in the design matrix |
OUTDESIGN(names) |
|
ParameterEstimates |
Selected model parameter estimates |
Default |
|
PerfSettings |
Performance settings |
||
PolynomialDetails |
Polynomial details |
DETAILS |
|
PolynomialScaling |
Polynomial scaling |
DETAILS |
|
RefitAvgParmEst |
Refit average parameter estimates |
REFIT |
|
ScoreInfo |
Score request information |
Default |
|
SelectedEffects |
List of selected effects |
Default |
|
SelectionSummary |
Selection summary |
Default |
|
StopDetails |
Stopping criterion details |
Default |
|
StopReason |
Reason why selection stopped |
Default |
|
Timing |
Timing details |
||
TPFSplineDeatils |
Truncated power function spline basis details |
DETAILS |