Each table that the HPQUANTSELECT procedure creates has a name associated with it. You must use this name to refer to the table when you use ODS statements. These names are listed in Table 9.
Table 9: ODS Tables Produced by PROC HPQUANTSELECT
| Table Name | Description | Required Statement / Option |
|---|---|---|
| ClassLevels | Level information from the CLASS statement | CLASS |
| DataAccessInfo | Information about modes of data access | Default output |
| Dimensions | Model dimensions | Default output |
| EntryCandidates | Candidates for entry at step | SELECTION DETAILS=ALL | STEPS |
| FitStatistics | Fit statistics | Default output |
| ModelInfo | Information about the modeling environment | Default output |
| NObs | Number of observations read and used | Default output |
| ParameterEstimates | Solutions for the parameter estimates associated with effects in the MODEL statement | Default output |
| PerformanceInfo | Information about high-performance computing environment | Default output |
| RemovalCandidates | Candidates for removal at step | SELECTION DETAILS=ALL | STEPS |
| SelectedEffects | List of selected effects | SELECTION |
| SelectionInfo | Information about selection settings | Default output |
| SelectionReason | Reason for selecting the final model | SELECTION |
| SelectionSummary | Summary information about the model selection steps | SELECTION |
| StopReason | Reason selection was terminated | SELECTION |
| Timing | Timing breakdown by task | PERFORMANCE DETAILS |