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

Value

A modified model fit with the rotated components.


bbuchsbaum/multivarious documentation built on April 15, 2024, 3:33 a.m.