powered by
A
T
normvari(A)
B=AT
varim
X <- matrix(rnorm(6*3),ncol=3) Y <- normvari(X) # normalized varimax rotated version of X Y$B # rotation matrix Y$T
Run the code above in your browser using DataLab