
Last chance! 50% off unlimited learning
Sale ends in
Last chance! 50% off unlimited learning
Sale ends in
ICLUST
set of functions, but useful for many item analysis problems.cluster.loadings(keys, r.mat, correct = TRUE,SMC=TRUE)
Although part of ICLUST, this may be used in any SAPA (
These loadings are particularly interpretable when sorted by absolute magnitude for each cluster (see ICLUST.sort
).
ICLUST
, factor2cluster
, cluster.cor
r.mat<- Harman74.cor$cov
clusters <- matrix(c(1,1,1,rep(0,24),1,1,1,1,rep(0,17)),ncol=2)
cluster.loadings(clusters,r.mat)
Run the code above in your browser using DataLab