Functions to estimate the variance of \(\rho\) corrected for psychometric artifacts. These functions integrate over the residual distribution of correlations from an interactive artifact-distribution meta-analysis to non-linearly estimate the variance of \(\rho\).
Available functions include:
estimate_var_rho_int_meas
: Variance of \(\rho\) corrected for measurement error only
estimate_var_rho_int_uvdrr
: Variance of \(\rho\) corrected for univariate direct range restriction (i.e., Case II) and measurement error
estimate_var_rho_int_bvdrr
: Variance of \(\rho\) corrected for bivariate direct range restriction and measurement error
estimate_var_rho_int_uvirr
: Variance of \(\rho\) corrected for univariate indirect range restriction (i.e., Case IV) and measurement error
estimate_var_rho_int_bvirr
: Variance of \(\rho\) corrected for bivariate indirect range restriction (i.e., Case V) and measurement error
estimate_var_rho_int_rb
: Variance of \(\rho\) corrected using Raju and Burke's correction for direct range restriction and measurement error
estimate_var_rho_int_meas(mean_qx, mean_qy, var_res)estimate_var_rho_int_uvdrr(
mean_rxyi,
mean_rtpa,
mean_qxa,
mean_qyi,
mean_ux,
var_res
)
estimate_var_rho_int_uvirr(
mean_rxyi,
mean_rtpa,
mean_qxi,
mean_qyi,
mean_ut,
var_res
)
estimate_var_rho_int_bvirr(mean_qxa, mean_qya, mean_ux, mean_uy, var_res)
estimate_var_rho_int_bvdrr(
mean_rxyi,
mean_rtpa,
mean_qxa,
mean_qya,
mean_ux,
mean_uy,
var_res
)
estimate_var_rho_int_rb(
mean_rxyi,
mean_rtpa,
mean_qx,
mean_qy,
mean_ux,
var_res
)
A vector of non-linear estimates of the variance of rho.
Mean square root of reliability for X.
Mean square root of reliability for Y.
Residual variance from an interative artifact distribution (i.e., variance of observed correlations minus predicted error variance and predicted artifact variance).
Mean observed correlation.
Mean corrected correlation.
Mean square root of unrestricted reliability for X.
Mean square root of restricted reliability for Y.
Mean observed-score u ratio for X.
Mean square root of restricted reliability for X.
Mean true-score u ratio for X.
Mean square root of unrestricted reliability for Y.
Mean observed-score u ratio for Y.
estimate_var_rho_int_meas
and estimate_var_rho_int_bvirr
do not make use of numeric integration because they are linear functions.
Law, K. S., Schmidt, F. L., & Hunter, J. E. (1994). Nonlinearity of range corrections in meta-analysis: Test of an improved procedure. Journal of Applied Psychology, 79(3), 425–438. tools:::Rd_expr_doi("10.1037/0021-9010.79.3.425")