calculate_perf_rrace: calculate_perf_rrace

View source: R/ParetoElnet_function.R

calculate_perf_rraceR Documentation

calculate_perf_rrace

Description

Function for calculating job performance criterion validity and r_race using predictor weights

Usage

calculate_perf_rrace(data, weight, prop, sr)

Arguments

data

input data (matrix), which consists of predictor scores, performance score (column label: "Perf") and race dummy variable (column label: "Race_dummy")

weight

predictor weights

prop

proportion of minority applicants = (number of minority applicants)/(number of all applicants)

sr

selection ratio = (number of hires) / (number of applicants)

Value

Perf job performance criterion validity (i.e., correlation between job performance score and predictor weighted composite score)

rrace correlation between race dummy variable and predictor composite


Diversity-ParetoOptimal/ParetoR documentation built on Feb. 9, 2024, 1:06 a.m.