Learn R Programming

psychmeta (version 0.2.4)

var_error_q: Estimate the error variance of square roots of reliability estimates

Description

Estimate the error variance of square roots of reliability estimates

Usage

var_error_q(q, n)

Arguments

q

Vector of of square roots of reliability estimates.

n

Vector of sample sizes.

Value

A vector of sampling-error variances.

Details

The sampling variance of the square root of a reliability coefficient is:

$$var_{e}=\frac{(1-q_{X}^{2})^{2}}{n-1}$$

References

Dahlke, J. A., & Wiernik, B. M. (2017). One of these artifacts is not like the others: New methods to account for the unique implications of indirect range-restriction corrections in organizational research. Unpublished manuscript.

Examples

Run this code
# NOT RUN {
var_error_q(q = .8, n = 100)
# }

Run the code above in your browser using DataLab