The QUANTSELECT Procedure

ODS Table Names

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

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

Table 82.15: ODS Tables Produced by PROC QUANTSELECT

ODS Table Name

Description

Statement

Option

BSplineDetails

B-spline basis details

EFFECT

DETAILS

Dimensions

Number of effects and parameters

MODEL

Default

EntryCandidates

Entry effect ranking

MODEL

DETAILS=

FitStatistics

Selected model fit statistics

MODEL

Default

RemovalCandidates

Removal effect ranking

MODEL

DETAILS=

ClassLevelCoding

Classification variable coding

CLASS

SHOWCODING

ClassLevelInfo

Classification variable levels

CLASS

Default

CollectionLevelInfo

Levels of collection effects

EFFECT

DETAILS

MMLevelInfo

Levels of multimember effects

EFFECT

DETAILS

ModelInfo

Model information

MODEL

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

PolynomialDetails

Polynomial details

EFFECT

DETAILS

PolynomialScaling

Polynomial scaling

EFFECT

DETAILS

SelectedEffects

List of selected effects

MODEL

Default

SelectionSummary

Selection summary

MODEL

Default

StopReason

Reason why selection stopped

MODEL

Default

TPFSplineDetails

Thin-plate spline basis details

EFFECT

DETAILS