Learn R Programming

bayesMig (version 0.4-6)

mig.parameter.names: Accessing Parameter Names

Description

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

Usage

mig.parameter.names()

mig.parameter.names.cs(country.code = NULL)

Value

mig.parameter.names returns names of the world parameters.

mig.parameter.names.cs returns names of the country-specific parameters.

Arguments

country.code

Location code. If it is given, the country-specific parameter names contain the suffix ‘_country\(X\)’ where \(X\) is the country.code.

Examples

Run this code
mig.parameter.names()

mig.parameter.names.cs()

Run the code above in your browser using DataLab