-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,14 @@ Title: Entropy-Based Segregation Indices | |
Version: 0.0.1 | ||
Authors@R: person("Benjamin", "Elbers", email = "[email protected]", | ||
role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5392-3448")) | ||
Description: Computes entropy-based segregation indices, with a focus | ||
on the Mutual Information Index (M). The M is a measure | ||
of segregation that is highly decomposable. Provides | ||
Description: Computes entropy-based segregation indices, as developed by | ||
Theil (1971) <isbn:978-0471858454>, with a focus on | ||
the Mutual Information Index (M). The M, further described by | ||
Mora and Ruiz-Castillo (2011) <doi:https://doi.org/10.1111/j.1467-9531.2011.01237.x> | ||
and Frankel and Volij (2011) <doi:https://doi.org/10.1016/j.jet.2010.10.008>, | ||
is a measure of segregation that is highly decomposable. The package provides | ||
tools to decompose the index by units and groups (local segregation), | ||
and by within and between terms. | ||
and by within and between terms. | ||
Includes standard error estimation by bootstrapping. | ||
License: MIT + file LICENSE | ||
Imports: data.table | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters