Description Usage Arguments Value Examples
View source: R/functions_eval.R
Plot of Cramer's V (categorical variables)
1 | plotVCramer(object, limit = 10)
|
object |
An object of class ccdata |
limit |
Number of categorical variables to display by descending value (default=10) |
A bar plot with the Cramer values between the categorical variables and the cluster vector.
1 2 3 | data(BankCustomer)
obj <- Dataset(BankCustomer, BankCustomer$Cluster)
plotVCramer(obj)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.