Description Usage Arguments Value Examples
View source: R/functions_metrics.R
Data tranformation for categorical and mixed variables
1 | transformdata(object)
|
object |
An object of class ccdata |
A new dataset for the metrics function, created with the new coordinates based on a FAMD.
1 2 3 | data(BankCustomer)
obj <- Dataset(BankCustomer, BankCustomer$Cluster)
transformdata(obj)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.