Description Usage Arguments Value References
This implements the promax rotation with output consistent with the naming conventions of the GPArotation package. Promax rotation is a factor rotation method which seeks a solution that is as orthogonal as possible, but allows obliqueness rather than forcing an orthogonal solution.
1 | Promax(L, m = 4)
|
L |
A factor loading matrix |
m |
The power used for promax. Values of 2 to 6 are recommended. Defaults to 4. |
A list (which includes elements used by facanal) with:
The new loadings obtained by L %*% Th.
The rotation matrix.
A string indicating the rotation objective function.
A logical indicating if the rotation is orthogonal. Is FALSE for Promax.
t(Th) %*% Th. The covariance matrix of the rotated factors.
Hendrickson, A. E. and White, P. O. (1964). Promax: a quick method for rotation to orthogonal oblique structure. British Journal of Statistical Psychology, 17, 65–70. doi: 10.1111/j.2044-8317.1964.tb00244.x.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.