Description Usage Arguments Value Examples
View source: R/functions_eval.R
Plot of t-values
| 1 | plottvalue(object, var = NULL)
 | 
| object | An object of class ccdata | 
| var | A data vector of an active variable | 
plot of the tests value for all numerical variables and all clusters or plot of tests values by modes of a selected categorical variable for all clusters.
| 1 2 3 4 | data(BankCustomer)
obj <- Dataset(BankCustomer, BankCustomer$Cluster)
plottvalue(obj) #for all the numerical variables
plottvalue(obj, BankCustomer$profession) #for only one categorical variable
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.