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