Learn R Programming

multivarious (version 0.2.0)

rotate: Rotate a Component Solution

Description

Perform a rotation of the component loadings to improve interpretability.

Usage

rotate(x, ncomp, type)

Value

A modified model fit with the rotated components.

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