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