Description Usage Arguments Value Examples
View source: R/UnivariateNumeric.R
Effect Size for numerical variables
1 | effectsize(object)
|
object |
an object of class ccdata |
An effect size table matrix representing the effect size of every variable for each cluster. The rows represent the variables. The columns represent the clusters.
1 2 3 | data(BankCustomer)
obj <- Dataset(BankCustomer, BankCustomer$Cluster)
effectsize(obj)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.