The QUANTSELECT Procedure (Experimental)

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

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

Table 78.15: ODS Tables Produced by PROC QUANTSELECT

ODS Table Name

Description

Statement

Option

BSplineDetails

B-spline basis details

EFFECT

DETAILS

EntryCandidates

Entry effect ranking

MODEL

DETAILS=

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

StopDetails

Stopping criterion details

MODEL

Default

StopReason

Reason why selection stopped

MODEL

Default

TPFSplineDetails

Thin-plate spline basis details

EFFECT

DETAILS