PROC COUNTREG assigns a name to each table that it creates. You can use these names to denote the table when using the Output Delivery System (ODS) to select tables and create output data sets. These names are listed in Table 11.10.
Table 11.10: ODS Tables Produced in PROC COUNTREG
ODS Table Name |
Description |
Option |
---|---|---|
ODS Tables Created by the MODEL Statement |
||
ClassLevels |
Class levels |
Default |
FitSummary |
Summary of nonlinear estimation |
Default |
ConvergenceStatus |
Convergence status |
Default |
ParameterEstimates |
Parameter estimates |
Default |
CovB |
Covariance of parameter estimates |
COVB |
CorrB |
Correlation of parameter estimates |
CORRB |
InputOptions |
Input options |
ITPRINT |
IterStart |
Optimization start |
ITPRINT |
IterHist |
Iteration history |
ITPRINT |
IterStop |
Optimization results |
ITPRINT |
ParameterEstimatesResults |
Parameter estimates |
ITPRINT |
ParameterEstimatesStart |
Parameter estimates |
ITPRINT |
ProblemDescription |
Problem description |
ITPRINT |
ODS Tables Created by the BAYES Statement |
||
AutoCorr |
Autocorrelation statistics for each parameter |
Default |
Corr |
Correlation matrix of the posterior samples |
STATS=COR |
Cov |
Covariance matrix of the posterior samples |
STATS=COV |
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 |
PostIntervals |
Equal-tail and HPD intervals for each parameter |
Default |
PosteriorSample |
Posterior samples |
(ODS output data set only) |
PostSummaries |
Posterior summaries |
Default |
PriorSample |
Prior samples used for prior predictive analysis |
(ODS output data set only) |
PriorSummaries |
Prior summaries |
STATS=PRIOR |
Raftery |
Raftery-Lewis diagnostics for each parameter |
DIAGNOSTICS=RAFTERY |