migration.rate {migration.indices}R Documentation

Aggregate net migration rate

Description

ANMR=100iDiOiiPiANMR = 100\frac{ \sum_i |D_i - O_i| }{ \sum_i P_i }

where DiD_i is the total inflows to zone ii and OiO_i is the total outflows from zone ii.

Usage

migration.rate(m, PAR)

Arguments

m

migration matrix

PAR

population at risk

References

Examples

data(migration.world)
migration.rate(migration.world, 6e+9)

[Package migration.indices version 0.3.1 Index]