ca_col_inertia | R Documentation |
Return col inertia for each correspondence component
ca_col_inertia(X)
X |
standardized matrix |
A dataframe of col inertia.
library(booklet)
mtcars[, c(2, 8:11)] |>
ca_standardize() |>
ca_col_inertia()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.