PROC LOGISTIC assigns a name to each table it creates. You can use these names to reference the table when using the Output Delivery System (ODS) to select tables and create output data sets. These names are listed in Table 60.13. For more information about ODS, see Chapter 20: Using the Output Delivery System.
The EFFECT, ESTIMATE, LSMEANS, LSMESTIMATE, and SLICE statements also create tables, which are not listed in Table 60.13. For information about these tables, see the corresponding sections of Chapter 19: Shared Concepts and Topics.
Table 60.13: ODS Tables Produced by PROC LOGISTIC
ODS Table Name |
Description |
Statement |
Option |
---|---|---|---|
Association |
Association of predicted probabilities and observed responses |
MODEL |
Default |
BestSubsets |
Best subset selection |
MODEL |
SELECTION=SCORE |
ClassFreq |
Frequency breakdown of CLASS variables |
PROC |
Simple |
ClassLevelInfo |
CLASS variable levels and design variables |
MODEL |
Default |
Classification |
Classification table |
MODEL |
CTABLE |
ClassWgt |
Weight breakdown of CLASS variables |
PROC, WEIGHT |
Simple |
CLOddsPL |
Odds ratio estimates and profile-likelihood confidence intervals |
MODEL |
CLODDS=PL |
CLOddsWald |
Odds ratio estimates and Wald confidence intervals |
MODEL |
CLODDS=WALD |
CLParmPL |
Parameter estimates and profile-likelihood confidence intervals |
MODEL |
CLPARM=PL |
CLParmWald |
Parameter estimates and Wald confidence intervals |
MODEL |
CLPARM=WALD |
ContrastCoeff |
L matrix from CONTRAST |
CONTRAST |
E |
ContrastEstimate |
Estimates from CONTRAST |
CONTRAST |
ESTIMATE= |
ContrastTest |
Wald test for CONTRAST |
CONTRAST |
Default |
ConvergenceStatus |
Convergence status |
MODEL |
Default |
CorrB |
Estimated correlation matrix of parameter estimators |
MODEL |
CORRB |
CovB |
Estimated covariance matrix of parameter estimators |
MODEL |
COVB |
CumulativeModelTest |
Test of the cumulative model assumption |
MODEL |
(Ordinal response) |
EffectNotInModel |
Test for effects not in model |
MODEL |
SELECTION=S|F |
ExactOddsRatio |
Exact odds ratios |
EXACT |
ESTIMATE=ODDS, |
ExactParmEst |
Parameter estimates |
EXACT |
ESTIMATE, ESTIMATE=PARM, ESTIMATE=BOTH |
ExactTests |
Conditional exact tests |
EXACT |
Default |
FastElimination |
Fast backward elimination |
MODEL |
SELECTION=B,FAST |
FitStatistics |
Model fit statistics |
MODEL |
Default |
GlobalScore |
Global score test |
MODEL |
NOFIT |
GlobalTests |
Test for global null hypothesis |
MODEL |
Default |
GoodnessOfFit |
Pearson and deviance goodness-of-fit tests |
MODEL |
SCALE |
IndexPlots |
Batch capture of the index plots |
MODEL |
IPLOTS |
Influence |
Regression diagnostics |
MODEL |
INFLUENCE |
IterHistory |
Iteration history |
MODEL |
ITPRINT |
LackFitChiSq |
Hosmer-Lemeshow chi-square test results |
MODEL |
LACKFIT |
LackFitPartition |
Partition for the Hosmer- Lemeshow test |
MODEL |
LACKFIT |
LastGradient |
Last evaluation of gradient |
MODEL |
ITPRINT |
Linear |
Linear combination |
PROC |
Default |
LogLikeChange |
Final change in the log likelihood |
MODEL |
ITPRINT |
ModelANOVA |
Joint or Type 3 tests of effects |
MODEL |
Default |
ModelBuildingSummary |
Summary of model building |
MODEL |
SELECTION=B|F|S |
ModelInfo |
Model information |
PROC |
Default |
NObs |
Number of observations |
PROC |
Default |
OddsEst |
Adjusted odds ratios |
UNITS |
Default |
OddsRatios |
Odds ratio estimates |
MODEL |
Default |
OddsRatiosWald |
Odds ratio estimates and Wald confidence intervals |
ODDSRATIOS |
CL=WALD |
OddsRatiosPL |
Odds ratio estimates and PL confidence intervals |
ODDSRATIOS |
CL=PL |
ParameterEstimates |
Maximum likelihood estimates of model parameters |
MODEL |
Default |
RSquare |
R-square |
MODEL |
RSQUARE |
ResidualChiSq |
Residual chi-square |
MODEL |
SELECTION=F|B |
ResponseProfile |
Response profile |
PROC |
Default |
ROCAssociation |
Association table for ROC models |
ROC |
Default |
ROCContrastCoeff |
L matrix from ROCCONTRAST |
ROCCONTRAST |
E |
ROCContrastCov |
Covariance of ROCCONTRAST rows |
ROCCONTRAST |
COV |
ROCContrastEstimate |
Estimates from ROCCONTRAST |
ROCCONTRAST |
ESTIMATE= |
ROCContrastTest |
Wald test from ROCCONTRAST |
ROCCONTRAST |
Default |
ROCCov |
Covariance between ROC curves |
ROCCONTRAST |
COV |
ScoreFitStat |
Fit statistics for Scored data |
SCORE |
FITSTAT |
SimpleStatistics |
Summary statistics for explanatory variables |
PROC |
SIMPLE |
StrataSummary |
Number of strata with specific response frequencies |
STRATA |
Default |
StrataInfo |
Event and nonevent frequencies for each stratum |
STRATA |
INFO |
SuffStats |
Sufficient statistics |
EXACT |
OUTDIST= |
TestPrint1 |
L[Cov(b)]L’ and Lb-c |
TEST |
|
TestPrint2 |
Ginv(L[Cov(b)]L’) and |
TEST |
|
TestStmts |
Linear hypotheses testing results |
TEST |
Default |