migration.gini | R Documentation |
This is a wrapper function computing all the following Gini indices:
Total Flows Gini Index (migration.gini.total
)
Rows Gini Index (migration.gini.row
)
Standardized Rows Gini Index (migration.gini.row.standardized
)
Columns Gini Index (migration.gini.col
)
Standardized Columns Gini Index (migration.gini.col.standardized
)
Exchange Gini Index (migration.gini.exchange
)
Standardized Exchange Gini Index (migration.gini.exchange.standardized
)
Out-migration Field Gini Index (migration.gini.out
)
Migration-weighted Out-migration Gini Index (migration.weighted.gini.out
)
In-migration Field Gini Index (migration.gini.in
)
Migration-weighted In-migration Gini Index (migration.weighted.gini.in
)
Migration-weighted Mean Gini Index (migration.weighted.gini.mean
)
migration.gini(m, corrected = TRUE)
m |
migration matrix |
corrected |
to use Bell et al. (2002) updated formulas instead of Plane and Mulligan (1997) |
List of all Gini indices.
David A. Plane and Gordon F. Mulligan (1997) Measuring Spatial Focusing in a Migration System. Demography 34, 251–262
M. Bell, M. Blake, P. Boyle, O. Duke-Williams, P. Rees, J. Stillwell and G. Hugo (2002) Cross-National Comparison of Internal Migration. Issues and Measures. Journal of the Royal Statistical Society. Series A (Statistics in Society) 165, 435–464
migration.gini.col
migration.gini.row
migration.gini.exchange
migration.gini.in
migration.gini.out
data(migration.hyp) migration.gini(migration.hyp) migration.gini(migration.hyp2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.