View source: R/factorAnalysis.R
Compute a factor analysis using the SVD method
1 | computeFactorAnalysis(nFactors, corMat, rotation)
|
nFactors |
number of factors to use |
corMat |
correlation matrix |
rotation |
which rotation to use. Can pass a rotation matrix, or alternately a string representing a rotation (e.g., "varimax"). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.