statistical_test: Statistical Test

Description Usage Arguments Value Examples

View source: R/functions_metrics.R

Description

Statistical Test

Usage

1

Arguments

object

An object of class ccdata

var

Vector of a variable present in the dataset

Value

A sentence indicating whether the two variables are significantly different

Examples

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?

adrienPAVOINE/ClustCheck documentation built on Dec. 31, 2020, 6:45 p.m.