README
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).
Install Package
# From CRAN
## install.packages('DisImpact')
# From github (Development)
## devtools::install_github('vinhdizzo/DisImpact')
Tutorial
A vignette on how to use the package can be found here.