CVF: Compound Variance Factor for Meta-Analytic Artifact...

CVFR Documentation

Compound Variance Factor for Meta-Analytic Artifact Corrections

Description

The compound variance factor is computed by summing the individual squared coefficients of variation for each artifact when correcting for attenuation in a correlation coefficient

Usage

CVF(x)

Arguments

x

A matrix or data.frame with columns representing artifacts (Rxx, Ryy, u): see EnterMeta

Details

The CVF is equal to scv(a) + scv(b) + scv(c), where scv is the squared coefficient of variation. The letters a, b, c represent artifacts reliability in predictor, reliability in criterion, and restriction of range respectively. The scv is computed as the variance in the artifact divided by the square of the average for the artifact.

Value

a numeric value representing the compound variance factor

Author(s)

Thomas D. Fletcher t.d.fletcher05@gmail.com

References

Arthur, Jr., W., Bennett, Jr., W., and Huffcutt, A. I. (2001) Conducting Meta-analysis using SAS. Mahwah, NJ: Erlbaum.

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

Hunter, J.E., Schmidt, F.L., and Jackson, G.B. (1982). Meta-analysis: Cumulating research findings across studies. Beverly Hills: Sage Publications.

See Also

aRxx, bRyy, cRR, varAV, CAFAA

Examples

# From Arthur et al
data(ABHt32)
CVF(ABHt32)


# From Hunter et al
data(HSJt35)
CVF(HSJt35)

psychometric documentation built on Nov. 6, 2023, 1:06 a.m.