The HPREDUCE Procedure
ODS Table Names
Each table created by the HPREDUCE procedure has a name associated with it, and you must use this name to refer to the table when you use ODS statements. These names are listed in Table 4.
Table 4: ODS Tables Produced by PROC HPREDUCE
| Table Name | Description | Required Statement / Option |
|---|---|---|
| ClassLevels | Level information from the CLASS statement | CLASS |
| ModelInfo | Information about modeling environment | Default output |
| NObs | Number of observations read and used; number of events and trials, if applicable | Default output |
| SelectedEffects | Summary of selected variables | Default output |
| SelectionSummary | Selection summary | Default output |
| Timing | Absolute and relative times for tasks performed by the procedure | DETAILS option in the PERFORMANCE statement |
Last updated: May 25, 2022