The LOGISTIC Procedure |
ODS Table Names |
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 51.5. For more information about ODS, see Chapter 20, Using the Output Delivery System.
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 |
Profile-likelihood confidence limits for odds ratios |
MODEL |
CLODDS=PL |
CLOddsWald |
Wald’s confidence limits for odds ratios |
MODEL |
CLODDS=WALD |
CLParmPL |
Profile-likelihood confidence limits for parameters |
MODEL |
CLPARM=PL |
CLParmWald |
Wald’s confidence limits for parameters |
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 |
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 ratios |
MODEL |
default |
OddsRatiosWald |
Odds ratios with Wald confidence limits |
ODDSRATIOS |
CL=WALD |
OddsRatiosPL |
Odds ratios with PL confidence limits |
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 |
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 |
Type3 |
Type 3 tests of effects |
MODEL |
default |
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.