Description Usage Arguments Value Examples
View source: R/ComponentAnalysis.R
Multiple Component Analysis Show two graphs to illustrate the cluster with all the categorical variables of your dataset.
1 | get_MCA(object)
|
object |
An object of class ccdata |
A first plot with all the modes of the categorical variables placed by importance of contribution with the two first axes. A biplot whho illustrate the cluster group with all the modes of categorical variables.
1 2 3 | data(BankCustomer)
obj <- Dataset(BankCustomer, BankCustomer$Cluster)
get_MCA(obj)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.