migration.effectiveness: Migration Effectiveness Index

View source: R/others.R

migration.effectivenessR 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":

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.

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

Examples

data(migration.hyp)
migration.effectiveness(migration.hyp)
data(migration.world)
migration.effectiveness(migration.world)

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