Learn R Programming

selection (version 1.0)

caseIV: Correct x/y correlations using Case IV

Description

caseIV uses Hunter and Schmidt's (2004) correction procedure to estimate the correlation between t and p, assuming direct selection on a latent s.

Usage

caseIV(rtpi, rxxi, rxxa, ux)

Arguments

rtpi
the correlation between t and p in the incumbent pool.
rxxi
the reliability of x in the incumbent pool.
rxxa
the reliability of x in the applicant pool.
ux
the ratio of selected to unselected variance in x.

Value

  • a scalar that is the estimate of the correlation between t and p.

References

Hunter, J.E., and Schmidt, F.L. (2004). Methods of meta-analysis: Correcting error and bias in research findings. Thousand Oaks, CA: Sage.

See Also

See Also rel.correction to obtain estimates of rtpi from rxyi, caseIII, em, caseIIIR

Examples

Run this code
# correct an xy correlation for unreliability
	rtpi = rel.correction(rxyi=.3, rxxi=.8, ryyi=.6)

	# estimate Case IV
	caseIV(rtpi=rtpi, rxxi=.6, rxxa=.8, ux=.8)

Run the code above in your browser using DataLab