hierarchyTree {rchic}R Documentation

Computes and Displays the Hierarchy Tree.

Description

Reads the ASI rules, computes the hierarchy tree and displays it.

Usage

hierarchyTree(fileName, list.variables, supplementary.variables,
  matrix.values, contribution.supp, typicality.supp, computing.mode = 1,
  verbose = FALSE)

Arguments

fileName

name of the file containing data

list.variables

list of variables to compute the similarity tree from.

supplementary.variables

list of supplementary variables.

matrix.values

matrix with values of individuals (used to compute the contributions and typicalities).

contribution.supp

boolean to compute the contribution of supplementary variables

typicality.supp

boolean to compute the typicality of supplementary variables

computing.mode

controls the computing mode: 1=classic implication, 2=classic implication+ confidence, 3=implifiance

verbose

give many details.

Author(s)

Raphael Couturier


[Package rchic version 0.27 Index]