Learn R Programming

psychmeta (version 2.3.4)

.attenuate_r_bvirr: Internal function to undo the Case V correction for bivariate indirect range restriction

Description

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

Usage

.attenuate_r_bvirr(rtpa, qxa = 1, qya = 1, ux = 1, uy = 1,
  sign_rxz = 1, sign_ryz = 1)

Arguments

rtpa

Correlation corrected for range restriction and measurement error.

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 attenuated correlations.