mig.parameter.names {bayesMig}R Documentation

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)

Arguments

country.code

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

Value

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

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

Examples

mig.parameter.names()

mig.parameter.names.cs()


[Package bayesMig version 0.4-6 Index]