The ADAPTIVEREG Procedure (Experimental)

ODS Table Names

PROC ADAPTIVEREG assigns a name to each table that 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 24.7. For more information about ODS, see Chapter 20: Using the Output Delivery System.

Table 24.7: ODS Tables Produced by PROC ADAPTIVEREG

ODS Table Name

Description

Statement

Option

ANOVA

ANOVA functional decomposition

PROC

Default

Bases

Bases transformation information

PROC

DETAILS=BASES

BWDParams

Parameter estimates after backward selection

PROC

Default

ClassInfo

Classification variable levels information

CLASS

Default

FitControls

Fit control parameters

PROC

Default

FitStatistics

Model fit statistics

PROC

Default

FWDParams

Parameter estimates after forward selection

PROC

DETAILS=FWDPARAMS

FWDSummary

Forward selection summary

PROC

DETAILS=FWDSUMMARY

ModelInfo

Model information

PROC

Default

NObs

Number of observations

PROC

Default

SelectionSummary

Backward selection summary

PROC

DETAILS=BWDSUMMARY

VarImp

Variable importance information

PROC

Default