The HPLOGISTIC Procedure

ODS Table Names

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

ASSOCIATION

CandidateDetails

Details about candidates for entry into or removal from the model

SELECTION

DETAILS= STEP

Classification

Classification table

MODEL

CTABLE

ClassLevels

Level information from the CLASS statement

CLASS

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
or ITSELECT

LackFitChiSq

Hosmer-Lemeshow chi-square test results

MODEL

LACKFIT

LackFitPartition

Partition for the Hosmer-Lemeshow test

MODEL

LACKFIT

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

SELECTION

Default

SelectionDetails

Details about model selection, including fit statistics by step

SELECTION

DETAILS= ALL

SelectionInfo

Information about the settings for model selection

SELECTION

Default

SelectionReason

Reason why the particular model was selected

SELECTION

Default

SelectionSummary

Summary information about model selection steps

SELECTION

Default

StopReason

Reason for termination of model selection

SELECTION

Default

Timing

Absolute and relative times for tasks performed by the procedure

PERFORMANCE

DETAILS