migration.effectiveness {migration.indices} | R Documentation |
Migration Effectiveness Index
Description
The Migration Effectiveness Index "measures the degree of (a)symmetry or (dis)equilibrium in the network of interregional migration flows":
where is the total inflows to zone
and
is the total outflows from zone
.
Usage
migration.effectiveness(m)
Arguments
m |
migration matrix |
Value
A number between 0 and 100 where the higher number shows an efficient mechanism of population redistribution.
References
Martin Bell and Salut Muhidin (2009) Cross-National Comparisons of Internal Migration. Research Paper. UNDP. https://hdr.undp.org/content/cross-national-comparisons-internal-migration
Examples
data(migration.hyp)
migration.effectiveness(migration.hyp)
data(migration.world)
migration.effectiveness(migration.world)
[Package migration.indices version 0.3.1 Index]