Description Details Value Author(s) See Also Examples
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.
The object is in standard cases not to be manipulated by itself, but rather as part of a bayesLife.mcmc.set
object.
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 q x n matrix with the United Nations life expectancy estimates. q is number of years, n is number of countries (see |
e0.matrix |
Like |
d.ct |
A difference e0 matrix of size (q-1) x n. Each element x_{t,i} is a difference
y_{t+1,i}-y_{t,i} where y denotes elements of the |
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: |
Hana Sevcikova
run.e0.mcmc
, get.e0.mcmc
, e0mcmc.options
1 2 3 4 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.