ca_row_inertia: Compute row inertia

View source: R/ca.R

ca_row_inertiaR Documentation

Compute row inertia

Description

Return row inertia for each correspondence component

Usage

ca_row_inertia(X)

Arguments

X

standardized matrix

Value

A dataframe of row inertia.

Examples

library(booklet)

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

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