| bayesLife.mcmc.meta {bayesLife} | R Documentation | 
MCMC Simulation Meta Object
Description
Simulation meta object bayesLife.mcmc.meta used by all chains of the same MCMC simulation. 
It contains information that is common to all chains. It is a part of a bayesLife.mcmc.set object.
Details
The object is in standard cases not to be manipulated by itself, but rather as part of a bayesLife.mcmc.set object.
Value
A bayesLife.mcmc.meta object stores values of the various input arguments 
of the run.e0.mcmc function. These are sex, nr.chains, 
start.year, present.year, wpp.year, my.e0.file, compression.type. 
Furthermore, it contains components:
e0.matrix.all | 
 A   | 
e0.matrix | 
 Like   | 
d.ct | 
 A difference e0 matrix of size   | 
loessSD | 
 Matrix of the same dimension as   | 
nr.countries | 
 Number of countries included in the e0 matrices.  | 
nr.countries.estimation | 
 Number of countries included in the MCMC estimation. It must be smaller or equal to   | 
Tc.index | 
 A list with one element per country. For each country, it contains the index within   | 
regions | 
 List of arrays of length   | 
regionsDT | 
 Like   | 
output.dir | 
 Directory for storing simulation output.  | 
mcmc.options | 
 List of various options used in the estimation. See   | 
country.bounds | 
 List of country-specific bounds of the various parameter priors, as constructed from the   | 
suppl.data | 
 If supplemental data were used in the simulation (i.e. start year was set prior to 1950), this is a list containing information about the additional data. It has the following components of the same form as described above, but related only to the additional data:   | 
Author(s)
Hana Sevcikova
See Also
run.e0.mcmc, get.e0.mcmc, e0mcmc.options
Examples
sim.dir <- file.path(find.package("bayesLife"), "ex-data", "bayesLife.output")
m <- get.e0.mcmc(sim.dir)
summary(m, meta.only = TRUE)
names(m$meta)