ca_col_inertia {booklet} | R 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()
[Package booklet version 1.0.0 Index]