summary.bayesTFR.mcmc.set: Summary Statistics for TFR Markov Chain Monte Carlo Chains
Description
Summary of an object bayesTFR.mcmc.set or bayesTFR.mcmc, computed via run.tfr.mcmc or run.tfr3.mcmc. It can be obtained either for all countries or for a specific country, and either for all parameters or for specific parameters. The function uses the summary.mcmc function of the coda package.
Country name or code if a country-specific summary is desired. By default, summary for all countries is generated.
chain.id
Identifiers of MCMC chains. By default, all chains are considered.
par.names
Country independent parameters to be included in the summary. If the underlying object is an MCMC of phase II, the default names are given by tfr.parameter.names(), if it is phase III the names are tfr3.parameter.names().
par.names.cs
Country-specific parameters to be included in the summary. If the underlying object is an MCMC of phase II, the default names are given by tfr.parameter.names.cs(), if it is phase III the names are tfr3.parameter.names.cs().
meta.only
If it is TRUE, only meta information of the simulation is included.
thin
Thinning interval. Only used if larger than the thin argument used in run.tfr.mcmc or run.tfr3.mcmc.
burnin
Number of iterations to be discarded from the beginning of each chain before computing the summary.
…
Additional arguments passed to the summary.mcmc function of the coda package.