migration.rate: Aggregate net migration rate

View source: R/others.R

migration.rateR Documentation

Aggregate net migration rate

Description

ANMR = 100\frac{ ∑_i |D_i - O_i| }{ ∑_i P_i }

where D_i is the total inflows to zone i and O_i is the total outflows from zone i.

Usage

migration.rate(m, PAR)

Arguments

m

migration matrix

PAR

population at risk

References

Examples

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

migration.indices documentation built on June 13, 2022, 5:08 p.m.