PROC MCMC assigns a name to each table it creates. You can use these names to refer to the table when you use the Output Delivery System (ODS) to select tables and create output data sets. These names are listed in Table 61.48. For more information about ODS, see Chapter 21: Statistical Graphics Using ODS.
Table 61.48: ODS Tables Produced in PROC MCMC
ODS Table Name |
Description |
Statement or Option |
---|---|---|
Autocorrelation statistics for each parameter |
DIAGNOSTICS=AUTOCORR |
|
History of burn-in phase sampling |
MCHISTORY=BRIEF | DETAILED |
|
Optimization convergence status |
PROPCOV= |
|
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 |
DIAGNOSTICS=MCSE |
|
Geweke diagnostics for each parameter |
DIAGNOSTICS=GEWEKE |
|
Heidelberger-Welch diagnostics for each parameter |
DIAGNOSTICS=HEIDEL |
|
Optimization input table |
PROPCOV= |
|
Optimization iteration history |
PROPCOV= |
|
Optimization results table |
PROPCOV= |
|
Response variable, number of missing observations, missing observation indices, and sampling algorithm |
Default with sampling of missing values |
|
Number of observations |
Default |
|
Parameter values after either optimization |
PROPCOV= |
|
Covariance used in proposal distribution after optimization |
PROPCOV= |
|
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) |
|
Equal-tail and HPD intervals for each parameter |
STATISTICS=INTERVAL |
|
Basic posterior statistics for each parameter, including sample size, mean, standard deviation, and HPD intervals |
Default |
|
Basic posterior statistics for each parameter, including sample size, mean, standard deviation, and percentiles |
STATISTICS=SUMMARY |
|
Equal-tail and HPD intervals for each prediction |
Default with any PREDDIST statement |
|
Basic posterior statistics for each prediction |
Default with any PREDDIST statement |
|
Optimization table |
PROPCOV= |
|
Random effect, subject values, number of observations in each unique subject value, and corresponding observation indices |
REOBSINFO |
|
Random effect, sampling method, subject variable, number of subjects, unique values of the subject variable, 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 |