dot-estimate_attenuation: Estimate the compound attenuation factors (i.e., "A") for...

.estimate_attenuationR Documentation

Estimate the compound attenuation factors (i.e., "A") for correlations

Description

For use with all artifact corrections except the Case V correction.

Usage

.estimate_attenuation(r_observed, r_corrected)

Arguments

r_observed

Vector of observed correlations.

r_corrected

Vector of corrected correlations.

Value

A vector of compound attenuation factors.

References

Schmidt, F. L., & Hunter, J. E. (2015). Methods of meta-analysis: Correcting error and bias in research findings (3rd ed.). Sage. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.4135/9781483398105")}. p. 144.

Examples

## Not run: 
.estimate_attenuation(r_observed = .3, r_corrected = .5)

## End(Not run)

jadahlke/psychmeta documentation built on April 29, 2024, 8:47 p.m.