Learn R Programming

psychmeta (version 2.3.4)

.correct_r_bvirr: Internal function to compute the Case V correction for bivariate indirect range restriction

Description

Internal function to compute the Case V correction for bivariate indirect range restriction

Usage

.correct_r_bvirr(rxyi, qxa = 1, qya = 1, ux = 1, uy = 1,
  sign_rxz = 1, sign_ryz = 1)

Arguments

rxyi

Vector of observed correlations.

qxa

Vector of square-root of applicant reliability coefficients for X.

qya

Vector of square-root of applicant reliability coefficients for Y.

ux

Vector of observed-score u ratios for X.

uy

Vector of observed-score u ratios for Y.

sign_rxz

Sign of the relationship between X and the selection mechanism.

sign_ryz

Sign of the relationship between Y and the selection mechanism.

Value

A vector of corrected correlations.