Skip to contents

Return row inertia for each correspondence component

Usage

ca_row_inertia(X)

Arguments

X

standardized matrix

Examples

library(FactoMineR2)

mtcars[, c(2, 8:11)] |>
  ca_standardize() |>
  ca_row_inertia()
#>           Mazda RX4       Mazda RX4 Wag          Datsun 710      Hornet 4 Drive 
#>         0.003498785         0.003498785         0.008765303         0.005562120 
#>   Hornet Sportabout             Valiant          Duster 360           Merc 240D 
#>         0.004126748         0.005562120         0.003843387         0.004802599 
#>            Merc 230            Merc 280           Merc 280C          Merc 450SE 
#>         0.004802599         0.003132484         0.003132484         0.003346259 
#>          Merc 450SL         Merc 450SLC  Cadillac Fleetwood Lincoln Continental 
#>         0.003346259         0.003346259         0.003843387         0.003843387 
#>   Chrysler Imperial            Fiat 128         Honda Civic      Toyota Corolla 
#>         0.003843387         0.008765303         0.006386157         0.008765303 
#>       Toyota Corona    Dodge Challenger         AMC Javelin          Camaro Z28 
#>         0.005839108         0.004126748         0.004126748         0.003843387 
#>    Pontiac Firebird           Fiat X1-9       Porsche 914-2        Lotus Europa 
#>         0.004126748         0.008765303         0.006789708         0.007320642 
#>      Ford Pantera L        Ferrari Dino       Maserati Bora          Volvo 142E 
#>         0.002307205         0.006796543         0.009334000         0.006386157