ca_weighted_eigen {booklet}R 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()

[Package booklet version 1.0.0 Index]