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 44.8.

For more information about ODS, see Chapter 20, Using the Output Delivery System.

Table 44.8 ODS Tables Produced by PROC GLMSELECT

ODS Table Name

Description

Statement

Option

ANOVA

Selected model ANOVA table

MODEL

Default

AvgParmEst

Average parameter estimates

MODELAVERAGE

Default

BSplineDetails

B-spline basis details

EFFECT

DETAILS

Candidates

Entry/removal effect ranking

MODEL

DETAILS=

ClassLevelCoding

Classification variable coding

CLASS

SHOWCODING

ClassLevelInfo

Classification variable levels

CLASS

Default

CollectionLevelInfo

Levels of collection effects

EFFECT

DETAILS

CVDetails

Cross validation PRESS by fold

MODEL

CVDETAILS=

Dimensions

Number of effects and parameters

MODEL

Default

EffectSelectPct

Effect selection percentages

MODELAVERAGE

Default

FitStatistics

Selected model fit statistics

MODEL

Default

MMLevelInfo

Levels of multimember effects

EFFECT

DETAILS

ModelAvgInfo

Model averaging information

MODELAVERAGE

Default

ModelInfo

Model information

MODEL

Default

ModelSelectFreq

Model selection frequencies

MODELAVERAGE

Default

NObs

Number of observations

MODEL

Default

ParameterNames

Labels for column names in the design matrix

PROC

OUTDESIGN(names)

ParameterEstimates

Selected model parameter estimates

MODEL

Default

PerfSettings

Performance settings

PERFORMANCE

DETAILS

PolynomialDetails

Polynomial details

EFFECT

DETAILS

PolynomialScaling

Polynomial scaling

EFFECT

DETAILS

RefitAvgParmEst

Refit average parameter estimates

MODELAVERAGE

REFIT

ScoreInfo

Score request information

SCORE

Default

SelectedEffects

List of selected effects

MODEL

Default

SelectionSummary

Selection summary

MODEL

Default

StopDetails

Stopping criterion details

MODEL

Default

StopReason

Reason why selection stopped

MODEL

Default

Timing

Timing details

PERFORMANCE

DETAILS

TPFSplineDeatils

Truncated power function spline basis details

EFFECT

DETAILS