Description Usage Arguments Value Examples
View source: R/UnivariateNumeric.R
Calculate the correlation ratios,taken individually, in the build-up of the clustering structure
1 | corr_ratios(object)
|
object |
an object of class ccdata |
A matrix of correlations. Each column value represents the square of the correlation ratio η² for each variable (individually) with the feature variable (the entered clustering). η² corresponds to the proportion of the variance explained.
1 2 3 | data(BankCustomer)
obj <- Dataset(BankCustomer, BankCustomer$Cluster)
corr_ratios(obj)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.