The HPQLIM Procedure

ODS Graphics

You can use a name to reference every graph that is produced through ODS Graphics. The names of the graphs that PROC HPQLIM generates are listed in Table 8.12.

Table 8.12: Graphs Produced by PROC HPQLIM When a BAYES Statement Is Included

ODS Graph Name

Plot Description

Statement and Option

Bayesian Diagnostic Plots

   

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