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 |
|
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 |
|
FWDSummary |
Forward selection summary |
PROC |
|
ModelInfo |
Model information |
PROC |
Default |
NObs |
Number of observations |
PROC |
Default |
SelectionSummary |
Backward selection summary |
PROC |
|
VarImp |
Variable importance information |
PROC |
Default |