Each table created by the HPLOGISTIC 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 54.10.
Table 54.10: ODS Tables Produced by PROC HPLOGISTIC
Table Name |
Description |
Statement |
Option |
---|---|---|---|
Association |
Association of predicted probabilities and observed responses |
MODEL |
|
CandidateDetails |
Details about candidates for entry into or removal from the model |
DETAILS= STEP |
|
Classification |
Classification table |
MODEL |
|
ClassLevels |
Level information from the CLASS statement |
Default |
|
ConvergenceStatus |
Status of optimization at conclusion of optimization |
PROC |
Default |
Dimensions |
Model dimensions |
PROC |
Default |
FitStatistics |
Fit statistics |
PROC |
Default |
GlobalTests |
Test of the model versus the null model |
PROC |
Default |
IterHistory |
Iteration history |
PROC |
Default |
LackFitChiSq |
Hosmer-Lemeshow chi-square test results |
MODEL |
|
LackFitPartition |
Partition for the Hosmer-Lemeshow test |
MODEL |
|
ModelInfo |
Information about the modeling environment |
PROC |
Default |
NObs |
Number of observations read and used, and number of events and trials, if applicable |
PROC |
Default |
ParameterEstimates |
Solutions for the parameter estimates associated with effects in MODEL statements |
PROC |
Default |
PartFitStats |
Fit statistics for the data roles |
PARTITION statement |
Default |
PerformanceInfo |
Information about the high-performance computing environment |
PROC |
Default |
ResponseProfile |
Response categories and category modeled in models for binary and multinomial data |
PROC |
Default |
SelectedEffects |
List of effects selected into model |
Default |
|
SelectionDetails |
Details about model selection, including fit statistics by step |
DETAILS= ALL |
|
SelectionInfo |
Information about the settings for model selection |
Default |
|
SelectionReason |
Reason why the particular model was selected |
Default |
|
SelectionSummary |
Summary information about model selection steps |
Default |
|
StopReason |
Reason for termination of model selection |
Default |
|
Timing |
Absolute and relative times for tasks performed by the procedure |
DETAILS |