cluster_description: Displays cluster description

Description Usage Arguments Value Examples

Description

This function will display the results of the v.test on each cluster, showing variables that distinguish these individuals from others the most.

Usage

1
cluster_description(tab, desc, cluster.label = 1)

Arguments

tab

A data.table object containing the original data with cluster labels associated to each individual.

desc

A list object inheriting from the catdes function.

cluster.label

A numeric indicating which cluster's characteristics you want to display. Default value is 1.

Value

The data.frame with the results.

Examples

1
2
3
4
## You want to see more details about the cluster with label 5
## of the dataset 'tab' ?

cluster_description(tab,cluster.label = 5)

guillaumelf/BarchenPackage documentation built on May 31, 2019, 11:50 p.m.