plottvalue: Plot of t-values

Description Usage Arguments Value Examples

View source: R/functions_eval.R

Description

Plot of t-values

Usage

1
plottvalue(object, var = NULL)

Arguments

object

An object of class ccdata

var

A data vector of an active variable

Value

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.

Examples

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

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