Description Usage Arguments Value Examples
View source: R/functions_metrics.R
Statistical Test
1 | statistical_test(object, var)
|
object |
An object of class ccdata |
var |
Vector of a variable present in the dataset |
A sentence indicating whether the two variables are significantly different
1 2 3 4 | data(BankCustomer)
obj <- Dataset(BankCustomer, BankCustomer$Cluster)
statistical_test(obj,BankCustomer$profession) #the cluster have significantly the same job?
statistical_test(obj,BankCustomer$revenu) #The cluster have significantly the same salary?
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.