check.reliability(X, MS = TRUE, alpha = TRUE, lambda.2 = TRUE, LCRC = FALSE, nclass = nclass.default)
nrow(X)
respondents to ncol(X)
items.
Missing values are not allowedTRUE
, The MS statistic is computed.TRUE
, Cronbach's alpha is computed.TRUE
, Guttman's Lambda 2 is computed.TRUE
, the LCRC is computed.poLCA
, which in its turn depends on
the packages MASS
and scatterplot3d
.
Computation of the LCRC may be time consuming if the number of latent classes is large.
The optimal number of latent classes should be determined prior to the computation of the LCRC,
using software for latent class analysis (e.g., the R-package poLCA
).coefH
, check.iio
, check.monotonicity
, check.pmatrix
, check.restscore
data(acl)
Communality <- acl[,1:10]
check.reliability(Communality, LCRC = TRUE)
Run the code above in your browser using DataLab