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 9.6.

Table 9.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

SELECTION DETAILS=STEP

ClassLevels

Level information from the CLASS statement

CLASS

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
or PROC HPLOGISTIC 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

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

SELECTION

SelectionDetails

Details about model selection, including fit statistics by step

SELECTION DETAILS=ALL

SelectionInfo

Information about the settings for model selection

SELECTION

SelectionReason

Reason why the particular model was selected

SELECTION

SelectionSummary

Summary information about model selection steps

SELECTION

StopReason

Reason for termination of model selection

SELECTION

Timing

Absolute and relative times for tasks performed by the procedure

PERFORMANCE DETAILS