Previous Page | Next Page

The MCMC Procedure

ODS Table Names

PROC MCMC assigns a name to each table it creates. You can use these names to reference the table when using the Output Delivery System (ODS) to select tables and create output data sets. These names are listed in the following table. For more information about ODS, see Chapter 21, Statistical Graphics Using ODS.

Table 52.34 ODS Tables Produced in PROC MCMC

ODS Table Name

Description

Statement or Option

AutoCorr

autocorrelation statistics for each parameter

default

PostSummaries

basic statistics for each parameter, including sample size, mean, standard deviation, and percentiles

default

ConvergenceStatus

optimization convergence status

PROPCOV=method(ITPRINT)

Corr

correlation matrix of the posterior samples

STATS=CORR

Cov

covariance matrix of the posterior samples

STATS=COV

DIC

deviance information criterion

DIC

ESS

effective sample size for each parameter

default

MCSE

Monte Carlo standard error for each parameter

default

Geweke

Geweke diagnostics for each parameter

default

Heidelberger

Heidelberger-Welch diagnostics for each parameter

DIAGNOSTICS=HEIDEL

InputOptions

optimization input table

PROPCOV=method(ITPRINT)

PostIntervals

equal-tail and HPD intervals for each parameter

default

IterHist

optimization iteration history

PROPCOV=method(ITPRINT)

IterStop

optimization results table

PROPCOV=method(ITPRINT)

NObs

number of observations

default

OptiEstimates

parameter values after either optimization

PROPCOV=method(ITPRINT)

OptiCov

covariance used in proposal distribution after optimization

PROPCOV=method(ITPRINT)

Parameters

summary of the PARMS, BLOCKING, PRIOR, sampling method, and initial value specification

default

ParametersInit

parameter values after the tuning phase

INIT=PINIT

PosteriorSample

posterior samples for each parameter

(for ODS output data set only)

ProblemDescription

optimization table

PROPCOV=method(ITPRINT)

Raftery

Raftery-Lewis diagnostics for each parameter

DIAGNOSTICS=RAFTERY

SamplingHistory

history of burn-in and main phase sampling

default

TuneCov

proposal covariance matrix (for continuous parameters) after the tuning phase

INIT=PINIT

TuneP

proposal probability vector (for discrete parameters) after the tuning phase

INIT=PINIT and DISCRETE=GEO

TuningHistory

history of proposal distribution tuning

default

Previous Page | Next Page | Top of Page