Learn R Programming

psychmeta (version 2.6.5)

.refine_var_rr: 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))
)

Value

A vector of range-restriction refinement factors.

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).

References

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

Examples

Run this code
if (FALSE) {
.refine_var_rr(rxyi = .3, ux = .8, rxx = .8, indirect_rr = TRUE,
         ux_observed = TRUE, rxx_restricted = TRUE)
}

Run the code above in your browser using DataLab