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 | |
Classification | Classification table | PROC LOGSELECT | |
ClassInfo | Level information from the CLASS statement | Default | |
ConvergenceStatus | Status of optimization at conclusion of optimization | Default | |
CorrB | Correlation matrix of parameter estimates | PROC LOGSELECT | |
CovB | Covariance matrix of parameter estimates | PROC LOGSELECT | |
Dimensions | Model dimensions | Default | |
EntryCandidates | Details about candidates for entry into the model | METHOD=FORWARD or STEPWISE | |
FitStatistics | Fit statistics | Default | |
GlobalTest | Test of the model versus the null model | Default | |
IterHistory | Iteration history | PROC LOGSELECT | |
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 | |
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 | |
RemovalCandidates | Details about candidates for removal from the model | METHOD=BACKWARD or STEPWISE | |
ResponseProfile | Response categories for binary and multinomial data | Default | |
SelectedEffects | List of effects selected for the model | Default | |
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 | Default |