Description Usage Arguments Value Examples
View source: R/UnivariateFactor.R
Calulates the cramer's V values between two categorical variables
1 |
object |
An object of class ccdata |
var |
A data vector of an active categorical variable |
table of Cramer'V values for all categorical variables or only selected one
1 2 3 4 | data(BankCustomer)
obj <- Dataset(BankCustomer, BankCustomer$Cluster)
vcramer(obj) #for all the cramer value by variables
vcramer(obj, BankCustomer$profession) #For one categorical variable
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.