reliability {alphaci} | R Documentation |
Reliability coefficients
Description
The congeneric reliability and standardized reliability; also the
bias b
so that omega
- alpha
= b
.
Usage
alpha_bias(sigma, lambda, w = rep(1, length(lambda)))
omega(sigma, lambda)
omega_std(sigma, lambda)
alpha(sigma, lambda)
alpha_std(sigma, lambda)
Arguments
sigma |
For |
lambda |
Vector of loadings. |
Value
The congeneric reliability standardized reliability, coefficient alpha, standardized, orsigma coefficient alpha.
[Package alphaci version 1.0.1 Index]