The BCHOICE Procedure

ODS Graphics

You can refer by name to every graph that is produced through ODS Graphics. The names of the graphs that PROC BCHOICE generates are listed in Table 27.10.

Table 27.10: Graphs Produced by PROC BCHOICE

ODS Graph Name

Plot Description

Statement and Option

ADPanel

Autocorrelation function and density panel

PLOTS=(AUTOCORR DENSITY)

AutocorrPanel

Autocorrelation function panel

PLOTS=AUTOCORR

AutocorrPlot

Autocorrelation function plot

PLOTS(UNPACK)=AUTOCORR

DensityPanel

Density panel

PLOTS=DENSITY

DensityPlot

Density plot

PLOTS(UNPACK)=DENSITY

TAPanel

Trace and autocorrelation function panel

PLOTS=(TRACE AUTOCORR)

TADPanel

Trace, density, and autocorrelation function panel

PLOTS=(TRACE AUTOCORR DENSITY)

TDPanel

Trace and density panel

PLOTS=(TRACE DENSITY)

TracePanel

Trace panel

PLOTS=TRACE

TracePlot

Trace plot

PLOTS(UNPACK)=TRACE