| normvari | R Documentation |
Produces normalized varimax rotated version of A and rotation matrix T.
normvari(A)
A |
Matrix to be to be rotated |
A list including the following components:
B |
Rotated version of |
T |
Rotation matrix |
f |
Varimax function value |
Maria Antonietta Del Ferraro mariaantonietta.delferraro@yahoo.it
Henk A.L. Kiers h.a.l.kiers@rug.nl
Paolo Giordani paolo.giordani@uniroma1.it
H. Kaiser (1958). The varimax criterion for analytic rotation in factor analysis. Psychometrika 23:187–200.
varim
X <- matrix(rnorm(6*3),ncol=3)
Y <- normvari(X)
# normalized varimax rotated version of X
Y$B
# rotation matrix
Y$T
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.