Description Usage Arguments Value Examples
View source: R/ComponentAnalysis.R
Factorial Analysis of Mixed Data
1 | get_FAMD(object)
|
object |
An object of class ccdata |
three graphs to illustrate the cluster with all the variables of your dataset. A. Plot with all the individuals colored by their cluster group and illustrated by categorical and numerical variables B. Plot with all the modes of the categorical variables placed by importance of contribution with the first two axes. C. Correlation circle with all the numerical variables
1 2 3 | data(BankCustomer)
obj <- Dataset(BankCustomer, BankCustomer$Cluster)
get_FAMD(obj)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.