Previous Page | Next Page

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.12. To request these graphs you must specify the ODS GRAPHICS statement in addition to the options indicated in Table 51.12.

When ODS Graphics is in effect, then the EFFECT, EFFECTPLOT, ESTIMATE, LSMEANS, LSMESTIMATE, and SLICE statements can produce plots that are associated with their analyses. For information about these plots, see the corresponding sections of Chapter 19, Shared Concepts and Topics.

For more information about the ODS GRAPHICS statement, see Chapter 21, Statistical Graphics Using ODS.


Table 51.12 ODS Graphics Produced by PROC LOGISTIC

ODS Graph Name

Plot Description

Statement or Option

DfBetasPlot

Panel of dfbetas by case number

PLOTS=DFBETAS
or MODEL / INFLUENCE or IPLOTS

   

Effect dfbetas by case number

PLOTS=DFBETAS(UNPACK)

DPCPlot

Difchisq and/or difdev by predicted probability by CI displacement C

PLOTS=DPC

EffectPlot

Predicted probability

PLOTS=EFFECT

InfluencePlots

Panel of influence statistics by case number

PLOTS=INFLUENCE
or MODEL / INFLUENCE or IPLOTS

 

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)

LeveragePlots

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)

ORPlot

Odds ratios

PLOTS=ODDSRATIO
or MODEL / CLODDS=
or ODDSRATIO

PhatPlots

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)

ROCCurve

Receiver operating characteristics curve

PLOTS=ROC
or MODEL / OUTROC=
or SCORE OUTROC=
or ROC

ROCOverlay

ROC curves for comparisons

PLOTS=ROC and
MODEL / SELECTION=
or ROC

Previous Page | Next Page | Top of Page