ca_col_inertia: Compute col inertia

View source: R/ca.R

ca_col_inertiaR Documentation

Compute col inertia

Description

Return col inertia for each correspondence component

Usage

ca_col_inertia(X)

Arguments

X

standardized matrix

Value

A dataframe of col inertia.

Examples

library(booklet)

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

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