The DisImpact
R package contains functions that help in determining Disproportionate Impact (DI) based on the following methodologies:
- Percentage Point Gap (PPG) method,
- Proportionality Index method (method #1 in reference), and
- 80% Index (method #2 in reference).
# From CRAN
install.packages('DisImpact')
# From github (Development)
devtools::install_github('vinhdizzo/DisImpact')
The DisImpact
package offers several vignettes/tutorials to get the user familiar with the package and methods provided:
- Package tutorial.
- Scaling DI calculations across a variety of scenarios.
- Multi-Ethnicity Categorization and how to analyze such data with
DisImpact
. - Intersectionality and how to perform such analysis with
DisImpact
. - DI Calculations on long, summarized data sets using the
di_iterate_on_long
function.