Given a p x k matrix x,
finds the orthogonal matrix (rotation) that minimizes the absmin.criteria.
absmin(x, r0 = diag(ncol(x)), normalize = FALSE, eps = 1e-05, maxit = 1000L)A list with three elements:
the rotated matrix.
the (orthogonal) rotation matrix.
the number of iteration taken.
a matrix or Matrix, initial factor loadings matrix for which the rotation criterian is to be optimized.
matrix, initial rotation matrix.
logical. Should Kaiser normalization be performed?
If so the rows of x are re-scaled to unit length before
rotation, and scaled back afterwards.
The tolerance for stopping: the relative change in the sum of singular values.
integer, maximum number of iteration (default to 1,000).
GPArotation::GPForth