e0.parameter.names {bayesLife}R Documentation

Accessing Parameter Names

Description

Functions for accessing names of the MCMC parameters, either country-independent or country-specific.

Usage

e0.parameter.names(...)
e0.parameter.names.cs(...)
e0.parameter.names.extended(...)
e0.parameter.names.cs.extended(country.code = NULL, ...)

Arguments

country.code

Country code. If it is given, the country-specific parameter names contain the suffix ‘_cx’ where x is the country.code.

...

List of options containing elements world.parameters and country.parameters. If not given, they are obtained from the global environment, using e0mcmc.options.

Value

e0.parameter.names returns names of the world parameters.
e0.parameter.names.cs returns names of the country-specific parameters.
e0.parameter.names.extended returns names of all world parameters in their extended format. I.e. parameters ‘Triangle’ and ‘lambda’ have the suffix ‘_1’, ‘_2’, ‘_3’, and ‘_4’.
e0.parameter.names.cs.extended returns names of all country-specific parameters in their extended format. I.e. parameters ‘Triangle.c’ and ‘lambda.c’ are in their extended format with the suffix ‘_1’, ‘_2’ and ‘_3’.

Author(s)

Hana Sevcikova

Examples

e0.parameter.names()
e0.parameter.names.extended()
e0.parameter.names.cs()
e0.parameter.names.cs.extended()

[Package bayesLife version 5.2-0 Index]