The MLID package provides tools and functions for studying ethnic and social segregation with a multilevel index of dissimilarity that measures uneveness, spatial clustering and scale differences simultaneously.
To get the latest version on CRAN:
installed.packages("MLID")
To get the current development version from GitHub:
# install.packages("devtools")
require(devtools)
::install_github("profrichharris/MLID") devtools
For a quick introduction, follow the examples provided with
?id
For a tutorial
vignette("MLID", package = "MLID")
Scripts are released under the GPL-3 License