Estimate error variance for reliability coefficients (
var_error_rel(rel, n, rel_type = "alpha", k_items = NULL)
A vector of sampling-error variances.
Vector of reliability estimates.
Vector of sample sizes.
Character vector indicating the type(s) of reliabilities being analyzed. See documentation for ma_r()
for a full list of acceptable reliability types.
NOTE: Currently, only
Optional numeric vector indicating the number of items in each scale for which reliabilities are being analyzed.
The sampling variance of a reliability coefficient is:
For the equation to estimate the variance of coefficient
Dahlke, J. A., & Wiernik, B. M. (2020). Not restricted to selection research: Accounting for indirect range restriction in organizational research. Organizational Research Methods, 23(4), 717–749. tools:::Rd_expr_doi("10.1177/1094428119859398")
Duhachek, A., & Iacobucci, D. (2004). Alpha’s standard error (ASE): An accurate and precise confidence interval estimate. Journal of Applied Psychology, 89(5), 792–808. tools:::Rd_expr_doi("10.1037/0021-9010.89.5.792")
var_error_rel(rel = .8, n = 100)
var_error_rel(rel = .8, n = 100, rel_type = "alpha", k_items = 10)
Run the code above in your browser using DataLab