factominer_to_mvar: Convert a FactoMineR object to class mvarTable

Usage Arguments Examples

View source: R/conversion.R

Usage

1
factominer_to_mvar(factominer_object, tables_to_include)

Arguments

tables_to_include

A character vector specifying which elements in the FactoMineR object to store in the mVarTable. We expect that factominer_object[[cur_table]]$coord be nonnull, for every cur_table in tables_to_include.

ade4_object

The output of a call to a function in FactoMineR.

Examples

1
2
3
4
5
library("FactoMineR")
example(CA)
factominer_to_mvar(res.ca, c("row", "col"))
example(MFA)
factominer_to_mvar(res, c("ind", "quanti.var"))

krisrs1128/mvarVis documentation built on Oct. 13, 2019, 11:14 p.m.