README

The DisImpact R package contains functions that help in determining Disproportionate Impact (DI) based on the following methodologies:

  1. Percentage Point Gap (PPG) method,
  2. Proportionality Index method (method #1 in reference), and
  3. 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.