Learn R Programming

bayesLife (version 5.2-0)

e0.parameter.names: 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, ...)

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’.

Arguments

country.code

Country code. If it is given, the country-specific parameter names contain the suffix ‘_c\(x\)’ 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.

Author

Hana Sevcikova

Examples

Run this code
e0.parameter.names()
e0.parameter.names.extended()
e0.parameter.names.cs()
e0.parameter.names.cs.extended()

Run the code above in your browser using DataLab