rotate: Rotate a Component Solution

View source: R/all_generic.R

rotateR 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").

...

extra args

Value

A modified model fit with the rotated components.


bbuchsbaum/multivarious documentation built on July 16, 2025, 11:04 p.m.