View source: R/rotate_factors.R
rotate_factors | R Documentation |
rotate_factors
rotates results from a factor model
rotate_factors(
L_pj = NULL,
Psi_sjt = NULL,
Cov_pp = NULL,
Psi_spt = NULL,
RotationMethod = "PCA",
testcutoff = 1e-10,
quiet = FALSE,
...
)
L_pj |
Loadings matrix for 'p' categories and 'j' factors (calculated from |
Psi_sjt |
Array of factors (1st dimension: spatial knots; 2nd dimension: factors; 3rd dimension: time) |
Cov_pp |
Covariance calculated from loadings matrix.
if |
Psi_spt |
Array of projected factors (1st dimension: spatial knots; 2nd dimension: categories; 3rd dimension: time)
if |
RotationMethod |
Method used for rotation when visualing factor decomposition results, Options: "PCA" (recommended) or "Varimax" |
testcutoff |
tolerance for numerical rounding when confirming that rotation doesn't effect results |
tagged list of outputs
Loadings matrix after rotation
Factors after rotation
Object used for rotation
Loadings matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.