powered by
This function estimates coefficient omega internal consistency reliability.
bomega_general(lambda, psi, alpha, beta, CI)
vector of item loadings.
vector of item variances.
Prior true score variance.
Prior error variance.
Credible interval quantile, as a decimal (ie, for 95 percent, 0.95).
Returns estimated median and quantile based credible limits for omega.
# NOT RUN { lambda=c(0.7,0.5,0.6,0.7) psi=c(0.2,0.4,0.3) alpha=3.51 beta=1.75 bomega_general(lambda=lambda,psi=psi,alpha=alpha,beta=beta,CI=0.95) # }
Run the code above in your browser using DataLab