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.
ODS Table Name |
Description |
Statement or Option |
---|---|---|
Autocorrelation statistics for each parameter |
Default |
|
History of burn-in phase sampling |
MCHISTORY=BRIEF | DETAILED |
|
Optimization convergence status |
PROPCOV=method(ITPRINT) |
|
Correlation matrix of the posterior samples |
STATS=CORR |
|
Covariance matrix of the posterior samples |
STATS=COV |
|
Deviance information criterion |
DIC |
|
Effective sample size for each parameter |
Default |
|
Monte Carlo standard error for each parameter |
Default |
|
Geweke diagnostics for each parameter |
Default |
|
Heidelberger-Welch diagnostics for each parameter |
DIAGNOSTICS=HEIDEL |
|
Optimization input table |
PROPCOV=method(ITPRINT) |
|
Equal-tail and HPD intervals for each parameter |
Default |
|
Optimization iteration history |
PROPCOV=method(ITPRINT) |
|
Optimization results table |
PROPCOV=method(ITPRINT) |
|
Number of observations |
Default |
|
Parameter values after either optimization |
PROPCOV=method(ITPRINT) |
|
Covariance used in proposal distribution after optimization |
PROPCOV=method(ITPRINT) |
|
Summary of the PARMS, BLOCKING, PRIOR, sampling method, and initial value specification |
Default |
|
Parameter values after the tuning phase |
INIT=PINIT |
|
Posterior samples for each parameter |
(for ODS output data set only) |
|
Basic posterior statistics for each parameter, including sample size, mean, standard deviation, and percentiles |
Default |
|
Basic posterior statistics for each prediction |
Default with any PREDDIST statement |
|
Equal-tail and HPD intervals for each prediction |
Default with any PREDDIST statement |
|
Optimization table |
PROPCOV=method(ITPRINT) |
|
Random effect, subject variable, number of levels, and prior distribution of the random effect |
Default with any RANDOM statement |
|
Raftery-Lewis diagnostics for each parameter |
DIAGNOSTICS=RAFTERY |
|
History of main phase sampling |
MCHISTORY=BRIEF | DETAILED |
|
Proposal covariance matrix (for continuous parameters) after the tuning phase |
INIT=PINIT |
|
Proposal probability vector (for discrete parameters) after the tuning phase |
INIT=PINIT and DISCRETE=GEO |
|
History of proposal distribution tuning |
MCHISTORY=BRIEF | DETAILED |