ca_weighted_eigen: Compute eigenvalues and eigenvectors for CA

View source: R/ca_eig.R

ca_weighted_eigenR Documentation

Compute eigenvalues and eigenvectors for CA

Description

Return eigenvalues and eigenvectors of a matrix

Usage

ca_weighted_eigen(X)

Arguments

X

X_active

Value

A list containing results of Single Value Decomposition (SVD).

Examples

library(booklet)

mtcars[, c(2, 8:11)] |>
  ca_standardize() |>
  ca_weighted_eigen() |>
  head()

booklet documentation built on June 8, 2025, 11:40 a.m.