Learn R Programming

iopsych (version 0.90.1)

trModel: Taylor-Russell Ratio

Description

Computes the Taylor Russel ratio

Usage

trModel(rxy, sr, br)

Arguments

rxy
The correaltion between the predictor composite and the criterion.
sr
The selection ratio.
br
The base rate of the criterion. The cutoff point indicating success or failure.

Value

The success ratio.

References

Taylor, H. C., & Russell, J. T. (1939). The relationship of validity coefficients to the practical effectiveness of tests in selection: Discussion and tables. Journal of Applied Psychology, 25(5), 565.

Examples

Run this code
trModel(rxy=.5, sr=.5, br=.6)

Run the code above in your browser using DataLab