rotate {multivarious} | R Documentation |
Rotate a Component Solution
Description
Perform a rotation of the component loadings to improve interpretability.
Usage
rotate(x, ncomp, type)
Arguments
x |
The model fit, typically a result from a dimensionality reduction method like PCA. |
ncomp |
The number of components to rotate. |
type |
The type of rotation to apply (e.g., "varimax", "quartimax", "promax"). |
Value
A modified model fit with the rotated components.
[Package multivarious version 0.2.0 Index]