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 59.9.
Table 59.9: ODS Tables Produced by PROC HPQUANTSELECT
|
Table Name |
Description |
Required Statement / Option |
|---|---|---|
|
ClassLevels |
Level information from the CLASS statement |
|
|
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 |
|
|
SelectionInfo |
Information about selection settings |
Default output |
|
SelectionReason |
Reason for selecting the final model |
|
|
SelectionSummary |
Summary information about the model selection steps |
|
|
StopReason |
Reason selection was terminated |
|
|
Timing |
Timing breakdown by task |
PERFORMANCE DETAILS |