"inertia"(x, row.inertia = FALSE, col.inertia = FALSE, ...)
"print"(x, ...)
"summary"(object, subset = 5, ...)
dudi
for inertia.dudi
. An object of class inertia
for the methods print
and summary
inertia
, i.e. a list containing :
, i.e. a list containing :data(housetasks)
coa1 <- dudi.coa(housetasks, scann = FALSE)
res <- inertia(coa1, col = TRUE, row = FALSE)
res
summary(res)
Run the code above in your browser using DataLab