wvarim | R Documentation |
This is an oblique rotation criterion, developed by Cureton and Mulaik (1975).
wvarim(F1, nrs = 20)
F1 |
Matrix to be rotated |
nrs |
Number of random starts |
Th |
Rotation matrix |
loadings |
Rotated matrix |
W |
Matrix of weights |
fr |
Varimax function value |
ir |
Number of iterations |
Marlies Vervloet (marlies.vervloet@ppw.kuleuven.be)
Cureton, E. E., & Mulaik, S. A. (1975). The weighted varimax rotation and the promax rotation. Psychometrika, 40(2), 183-195.
Marlies Vervloet, Henk A. Kiers, Wim Van den Noortgate, Eva Ceulemans (2015). PCovR: An R Package for Principal Covariates Regression. Journal of Statistical Software, 65(8), 1-14. URL http://www.jstatsoft.org/v65/i08/.
Px <- matrix(rnorm(36),12,3)
print(Px)
Px_r <- wvarim(Px)
print(Px_r$loadings)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.