The LOGSELECT Procedure

ODS Table Names

Each table that the LOGSELECT procedure creates has a name associated with it. You must use this name to refer to the table when you use the DISPLAY statement, the DISPLAYOUT statement, or ODS statements. These names are listed in Table 11.14.

Note: The EFFECT statement also create tables which are not listed in this section. For information about these tables, see ODS Table Names in Chapter 3: Shared Concepts.

Table 11.14: ODS Tables Produced by PROC LOGSELECT

Table Name

Description

Statement

Option

Association

Association of predicted probabilities and observed responses

PROC LOGSELECT

ASSOCIATION

Classification

Classification table

PROC LOGSELECT

CTABLE

ClassInfo

Level information from the CLASS statement

CLASS

Default

ConvergenceStatus

Status of optimization at conclusion of optimization

Default

 

CorrB

Correlation matrix of parameter estimates

PROC LOGSELECT

CORRB

CovB

Covariance matrix of parameter estimates

PROC LOGSELECT

COVB

Dimensions

Model dimensions

Default

 

EntryCandidates

Details about candidates for entry into the model

SELECTION

METHOD=FORWARD or STEPWISE
and DETAILS=STEP

FitStatistics

Fit statistics

Default

 

GlobalTest

Test of the model versus the null model

Default

 

IterHistory

Iteration history

PROC LOGSELECT

ITHIST

ModelInfo

Information about the modeling environment

Default

 

ModelAnova

Model analysis of variance (Type III)

MODEL

TYPE3

NObs

Number of observations read and used, and number of events and trials, if applicable

Default

 

OutputCasTables

See the section OutputCasTables Table

OUTPUT
DISPLAYOUT

OUT=

ParameterEstimates

Solutions for the parameter estimates associated with effects in MODEL statements

Default

 

PredProbName

Displays the predicted probability variable in the scoring code associated with each response level

CODE

PCATALL

RemovalCandidates

Details about candidates for removal from the model

SELECTION

METHOD=BACKWARD or STEPWISE
and DETAILS=STEP

ResponseProfile

Response categories for binary and multinomial data

Default

 

SelectedEffects

List of effects selected for the model

SELECTION

Default

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

Default

 


Last updated: December 21, 2018