Description Usage Arguments Value Examples
View source: R/UnivariateFactor.R
Calculates the test values for all cluster*modes of one selected variable.
1 | tvalue_cat(object, var)
|
object |
An object of class ccdata |
var |
A data vector of an active categorical variable |
A cross table between the cluster variable and the selected variable with test values for all cluster*modality pairs.
1 2 3 | data(BankCustomer)
obj <- Dataset(BankCustomer, BankCustomer$Cluster)
tvalue_cat(obj, BankCustomer$profession)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.