aiPux: Estimate ai and average criterion scores for majority and...

Description Usage Arguments Value Author(s) References Examples

Description

Estimate ai and average criterion scores for majority and minority groups.

Usage

1
aiPux(mr, dx, dy = -1, sr, pct_minority)

Arguments

mr

The correlation between the predictor and criterion composites.

dx

A vector of d values for the predictors. These d values are expected to have been computed in the direction of Minority - Majority.

dy

A vector of d values for the criteria These d values are expected to have been computed in the direction of Majority - Minority.

sr

The percentage of the applicant population that is selected.

pct_minority

The percentage of the applicant population that is part of a given minority group.

Value

AI

Adverse Impact

Overeall_sr

The overall selection ratio set by the user

Majority_sr

Majority Selection Rate

Minority_sr

Minority Selection Rate

Majority_Standardized

Predicted composite criterion score relative to the majority population

Global_Standardized

Predicted composite criterion score relative to the overall population

Author(s)

Jeff Jones and Allen Goebl

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

1
2
aiPux(0.6, dx=-0.8, sr=0.3, pct_minority=0.25)
aiPux(0.6, dx=-0.8, dy=-0.2, sr=0.3, pct_minority=0.25)

allengoebl/iopsych documentation built on May 10, 2019, 9:22 a.m.