About

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.

Installation

To get the latest version on CRAN:

installed.packages("MLID")

To get the current development version from GitHub:

# install.packages("devtools")
require(devtools)
devtools::install_github("profrichharris/MLID")

Using MLID

For a quick introduction, follow the examples provided with

?id

For a tutorial

vignette("MLID", package = "MLID")

Licence

Scripts are released under the GPL-3 License

Travis-CI Build Status