get.mig.trajectories {bayesMig} | R Documentation |
Accessing Trajectories of Net Migration Rate
Description
Function for accessing all future trajectories of the net migration rate from a prediction object in a form of an array.
Usage
get.mig.trajectories(mig.pred, country)
Arguments
mig.pred |
Object of class |
country |
Name or numerical code of a country. It can also be given as ISO-2 or ISO-3 characters. |
Details
The function loads projected trajectories of net migration rate for the given country from disk and returns it as a matrix.
Value
Array of size the number of projection periods (including the present year) times the number of trajectories.
See Also
bayesMig.prediction
, get.mig.prediction
, mig.trajectories.table
[Package bayesMig version 1.0-0 Index]