Learn R Programming

psychmeta (version 2.3.4)

.estimate_attenuation: 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.). Thousand Oaks, CA: Sage. https://doi.org/10/b6mg. p. 144.

Examples

Run this code
# NOT RUN {
.estimate_attenuation(r_observed = .3, r_corrected = .5)
# }

Run the code above in your browser using DataLab