The LOGISTIC Procedure |
ODS Graphics |
PROC LOGISTIC assigns a name to each graph it creates using ODS. You can use these names to reference the graphs when using ODS. The names are listed in Table 51.6.
To request these graphs you must specify the ODS GRAPHICS statement in addition to the options indicated in Table 51.6. For more information about the ODS GRAPHICS statement, see Chapter 21, Statistical Graphics Using ODS.
ODS Graph Name |
Plot Description |
Statement or Option |
|
---|---|---|---|
Panel of dfbetas by case number |
PLOTS=DFBETAS |
||
Effect dfbetas by case number |
PLOTS=DFBETAS(UNPACK) |
||
Difchisq and/or difdev by predicted probability by CI displacement C |
PLOTS=DPC |
||
Predicted probability |
PLOTS=EFFECT |
||
Panel of influence statistics by case number |
default |
||
CBarPlot |
CI displacement Cbar by case number |
PLOTS=INFLUENCE (UNPACK) |
|
CPlot |
CI displacement C by case number |
PLOTS=INFLUENCE (UNPACK) |
|
DevianceResidualPlot |
Deviance residual by case number |
PLOTS=INFLUENCE (UNPACK) |
|
DifChisqPlot |
Difchisq by case number |
PLOTS=INFLUENCE (UNPACK) |
|
DifDeviancePlot |
Difdev by case number |
PLOTS=INFLUENCE (UNPACK) |
|
LeveragePlot |
Hat diagonal by case number |
PLOTS=INFLUENCE (UNPACK) |
|
PearsonResidualPlot |
Pearson chi-square residual by case number |
PLOTS=INFLUENCE (UNPACK) |
|
Panel of influence statistics by leverage |
PLOTS=LEVERAGE |
||
LeverageCPlot |
CI displacement C by leverage |
PLOTS=LEVERAGE(UNPACK) |
|
LeverageDifChisqPlot |
Difchisq by leverage |
PLOTS=LEVERAGE(UNPACK) |
|
LeverageDifDevPlot |
Difdev by leverage |
PLOTS=LEVERAGE(UNPACK) |
|
LeveragePhatPlot |
Predicted probability by leverage |
PLOTS=LEVERAGE(UNPACK) |
|
Odds ratios |
PLOTS=ODDSRATIO |
||
Panel of influence by predicted probability |
PLOTS=PHAT |
||
PhatCPlot |
CI displacement C by predicted probability |
PLOTS=PHAT(UNPACK) |
|
PhatDifChisqPlot |
Difchisq by predicted probability |
PLOTS=PHAT(UNPACK) |
|
PhatDifDevPlot |
Difdev by predicted probability |
PLOTS=PHAT(UNPACK) |
|
PhatLeveragePlot |
Leverage by predicted probability |
PLOTS=PHAT(UNPACK) |
|
Receiver operating characteristics curve |
PLOTS=ROC |
||
ROC curves for comparisons |
PLOTS=ROC and |
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.