PROC BCHOICE assigns a name to each table that it creates. You can use these names to refer to the tables when you use the output delivery system (ODS) to select tables and create output data sets. These names are listed in Table 27.9. For more information about ODS, see ChapterĀ 21: Statistical Graphics Using ODS.
Table 27.9: ODS Tables Produced in PROC BCHOICE
ODS Table Name |
Description |
Statement or Option |
---|---|---|
Autocorrelation statistics for each parameter |
DIAG=AUTOCORR |
|
History of burn-in phase sampling |
MCHISTORY=BRIEF | DETAILED |
|
Choice sets summary |
Default |
|
Class level information |
Default |
|
Prior information for fixed effects |
Default |
|
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 |
|
Geweke diagnostics for each parameter |
DIAG=GEWEKE |
|
Heidelberger-Welch diagnostics for each parameter |
DIAG=HEIDEL |
|
Monte Carlo standard error for each parameter |
STATS=MCSE |
|
Model information |
Default |
|
Number of observations |
Default |
|
Parameter initial values |
INIT=PINIT |
|
Brief posterior statistics for each parameter, including sample size, mean, standard deviation, and HPD intervals |
Default |
|
Equal-tail and HPD intervals for each parameter |
STATS=INT |
|
Basic posterior statistics for each parameter, including sample size, mean, standard deviation, and percentiles |
STATS=SUM |
|
Raftery-Lewis diagnostics for each parameter |
DIAG=RAFTERY |
|
History of main phase sampling |
MCHISTORY=BRIEF | DETAILED |
|
History of proposal distribution tuning |
MCHISTORY=BRIEF | DETAILED |