Description Usage Arguments Value Examples
View source: R/UnivariateNumeric.R
Calculates the test values table for each variable per cluster
1 | tvalue_num(object)
|
object |
an object of class ccdata |
A matrix consisting of the test values 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)
tvalue_num(obj)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.