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