dot-refine_var_rr: Range-restriction refinement factor (i.e., "a") for...

.refine_var_rrR Documentation

Range-restriction refinement factor (i.e., "a") for correlations' corrected sampling variances

Description

For use with Case II and Case IV range restriction (not for use with Case V).

Usage

.refine_var_rr(
  rxyi,
  ux,
  rxx = NULL,
  indirect_rr = rep(TRUE, length(rxyi)),
  ux_observed = rep(TRUE, length(rxyi)),
  rxx_restricted = rep(TRUE, length(rxyi))
)

Arguments

rxyi

Vector of observed correlations.

ux

Vector of u ratios.

rxx

Vector of reliability estimates.

indirect_rr

Logical vector determining whether a correction for indirect range restriction was performed (TRUE) or not (FALSE).

ux_observed

Logical vector determining whether each element of ux is an observed-score u ratio (TRUE) or a true-score u ratio (FALSE).

rxx_restricted

Logical vector determining whether each element of rxx is an incumbent reliability (TRUE) or an applicant reliability (FALSE).

Value

A vector of range-restriction refinement factors.

References

Schmidt, F. L., & Hunter, J. E. (2015). Methods of meta-analysis: Correcting error and bias in research findings (3rd ed.). Sage. doi: 10.4135/9781483398105. p. 145.

Examples

## Not run: 
.refine_var_rr(rxyi = .3, ux = .8, rxx = .8, indirect_rr = TRUE,
         ux_observed = TRUE, rxx_restricted = TRUE)

## End(Not run)

psychmeta documentation built on Aug. 26, 2022, 5:14 p.m.