Skip to contents

Return col inertia for each correspondence component

Usage

ca_col_inertia(X)

Arguments

X

standardized matrix

Examples

library(FactoMineR2)

mtcars[, c(2, 8:11)] |>
  ca_standardize() |>
  ca_col_inertia()
#>        cyl         vs         am       gear       carb 
#> 0.02295673 0.05447507 0.04539678 0.01490068 0.02824615