| varimax | R Documentation |
This is a re-implementation of stats::varimax,
which (1) adds a parameter for the maximum number of iterations,
(2) sets the default normalize parameter to FALSE,
(3) outputs the number of iteration taken, and
(4) returns regular matrix rather than in loadings class.
varimax(x, normalize = FALSE, eps = 1e-05, maxit = 1000L)
x |
A loadings matrix, with |
normalize |
logical. Should Kaiser normalization be performed?
If so the rows of |
eps |
The tolerance for stopping: the relative change in the sum of singular values. |
maxit |
|
A list with three elements:
rotated |
the rotated matrix. |
rotmat |
the (orthogonal) rotation matrix. |
n.iter |
the number of iterations taken. |
stats::varimax
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.