powered by
varimax rotation
VARIMAX(loadings, verbose)
A loading matrix.
Should detailed results be displayed in console? The options are: TRUE (default) or FALSE.
The varimax-rotated loadings
# NOT RUN { loadings <- PCA(data_NEOPIR, corkind='pearson', Nfactors = 5, rotate='none', verbose=TRUE) VARIMAX(loadings, verbose=TRUE) # }
Run the code above in your browser using DataLab