The GLMSELECT Procedure |
ODS Table Names |
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 42.7.
For more information about ODS, see Chapter 20, Using the Output Delivery System.
ODS Table Name |
Description |
Statement |
Option |
---|---|---|---|
ANOVA |
selected model ANOVA table |
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 |
|
FitStatistics |
selected model fit statistics |
default |
|
MMLevelInfo |
levels of MM 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 |
|
PerfSettings |
performance settings |
||
PolynomialDetails |
polynomial details |
DETAILS |
|
PolynomialScaling |
polynomial scaling |
DETAILS |
|
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 |
TPF spline basis details |
DETAILS |
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.