powered by
Oblique target rotation
tarrotob(F1, W)
Rotation matrix
Rotated matrix
Matrix to be rotated
Target binary matrix
Marlies Vervloet (marlies.vervloet@ppw.kuleuven.be)
Px <- matrix(rnorm(36),12,3) print(Px) W <- matrix(rbinom(36,1,.4),12,3) Px_r <- tarrotob(Px,W) print(Px_r$A)
Run the code above in your browser using DataLab