Previous Page | Next Page

The MCMC Procedure

ODS Graphics

To request graphics with PROC MCMC, you must first enable ODS Graphics by specifying the ODS GRAPHICS ON statement. See Chapter 21, Statistical Graphics Using ODS, for more information. You can reference every graph produced through ODS Graphics with a name. The names of the graphs that PROC MCMC generates are listed in Table 52.35.

Table 52.35 ODS Graphics Produced by PROC MCMC

ODS Graph Name

Plot Description

Statement & 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

Previous Page | Next Page | Top of Page