Hi,

I want to do cluster analysis with large data table (163 variables with 1500 test persons). By PCA I found that about 20 significant components explain 75% of the variance. I also found that rotation clarified the loading matrix significantly, it may even be possible to use the comonents as quasi-factors. Then, however, I should use the rotated score matrix for further analysis, but I don't know how to calculate it. Here is a short R-program that explains what I hve been doing:

library(psych) ## load required routines

library(readxl)

Data

Similar questions and discussions