Learn R Programming

iopsych (version 0.90.1)

aiEst: Estimate adverse impact given d and sr

Description

Estimate adverse impact given d and sr

Usage

aiEst(d, sr, pct_minority)

Arguments

d
Subgroup difference.
sr
The percentage of the applicant population who are selected.
pct_minority
The percentage of the applicant population who are part of a given minority group.

Value

(1) The adverse impact ratio, (2) The overall selection ration, (3) The selection ratio for the majority group, (4) The selection ratio for the minority group, and (5) the predictor cutoff value that corresponds to the given overall selection ratio

References

De Corte, W., Lievens, F.(2003). A Practical procedure to estimate the quality and the adverse impact of single-stage selection decisions. International Journal of Selection and Assessment., 11(1), 87-95.

Examples

Run this code
aiEst(d = 0.15, sr = 0.25, pct_minority = 0.30)

aiEst(d = 0.40, sr = 0.10, pct_minority = 0.15)

Run the code above in your browser using DataLab