migration.effectiveness | R Documentation |
The Migration Effectiveness Index "measures the degree of (a)symmetry or (dis)equilibrium in the network of interregional migration flows":
MEI = 100\frac{ ∑_i |D_i - O_i| }{ ∑_i |D_i + O_i| }
where D_i is the total inflows to zone i and O_i is the total outflows from zone i.
migration.effectiveness(m)
m |
migration matrix |
A number between 0 and 100 where the higher number shows an efficient mechanism of population redistribution.
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
data(migration.hyp) migration.effectiveness(migration.hyp) data(migration.world) migration.effectiveness(migration.world)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.