Description Usage Arguments Value Examples
View source: R/UnivariateFactor.R
Correspondence Analysis visualisation (two graphs to illustrate the cluster with a specific categorical selected variable)
1 |
object |
An object of class ccdata |
var |
A data vector of an active variable |
A stack barplot with cluster in abscissa and modes in stack and a CA factor map which compare the cluster class and the modes of the selected variable.
1 2 3 | data(BankCustomer)
obj <- Dataset(BankCustomer, BankCustomer$Cluster)
vizAFC(obj, BankCustomer$profession)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.