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 19.
The EFFECT and LSMEANS statements also create tables that are not listed in Table 19. For information about these tables, see the corresponding sections of Chapter 2, Shared Concepts.
Table 19: ODS Tables Produced by PROC LOGSELECT
| Table Name | Description | Statement | Options |
|---|---|---|---|
| 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 | |
| GEEEmpPEst | GEE parameter estimates using empirical standard errors | REPEATED | Default |
| GEEExchCorr | Exchangeable correlation parameter | REPEATED | TYPE=EXCH |
| GEEFitCriteria | Measures of fit for GEE models | REPEATED | Default |
| GEEModInfo | Information about GEE model | REPEATED | Default |
| GEEModPEst | GEE parameter estimates using model-based standard errors | REPEATED | MODELSE |
| GEENCorr | Correlation matrix of GEE parameter estimates using model-based covariance | REPEATED | CORRB or MCORRB |
| GEENCov | Covariance matrix of GEE parameter estimates using model-based covariance | REPEATED | COVB or MCOVB |
| GEERCorr | Correlation matrix of GEE parameter estimates using empirical covariance | REPEATED | CORRB or ECORRB |
| GEERCov | Covariance matrix of GEE parameter estimates using empirical covariance | REPEATED | COVB or ECOVB |
| GEEWCorr | Working correlation matrix of repeated measures | REPEATED | CORRW |
| GlobalTest | Test of the model versus the null model | Default | |
| IterHistory | Iteration history | PROC LOGSELECT | ITHIST |
| LackFitChiSq | Hosmer-Lemeshow chi-square test results | PROC LOGSELECT | LACKFIT |
| LackFitPartition | Partition for the Hosmer-Lemeshow test | PROC LOGSELECT | LACKFIT |
| LVectors | Coefficients for risk computations | RISK | E |
| 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 | |
| OddsRatios | Odds ratio estimates and Wald confidence intervals | ODDSRATIO | |
| OutputCasTables | See the section OutputCasTables Table | OUTPUT DISPLAYOUT | OUT= |
| ParameterEstimates | Solutions for the parameter estimates associated with effects in MODEL statements | Default | |
| PostfitInfo | Input data table name and number of observations read and used for the restored model | PROC LOGSELECT | RESTORE= and DATA= |
| 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 | |
| Risks | Risk estimates and Wald confidence intervals | RISK | |
| 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 |
| StoreInfo | Information about the restored model | PROC LOGSELECT | RESTORE= |
| StoreText | Notes stored along with the model | PROC LOGSELECT | RESTORE= |
| Timing | Absolute and relative times for tasks performed by the procedure | Default |
Last updated: June 22, 2026