statis_FreeSort {ClustBlock}R Documentation

Performs the STATIS method on Free Sorting data

Description

STATIS method on Free Sorting data. A lot of supplementary informations are also computed

Usage

statis_FreeSort(Data, NameSub=NULL, Graph_obj=TRUE, Graph_weights=TRUE)

Arguments

Data

data frame or matrix. Corresponds to all variables that contain subjects results. Each column corresponds to a subject and gives the groups to which the products (rows) are assigned

NameSub

string vector. Name of each subject. Length must be equal to the number of clumn of the Data. If NULL, the names are S1,...Sm. Default: NULL

Graph_obj

logical. Show the graphical representation od the objects? Default: TRUE

Graph_weights

logical. Should the barplot of the weights be plotted? Default: TRUE

Value

a list with:

a list with:

References

See Also

preprocess_FreeSort, clustatis_FreeSort

Examples


data(choc)
res.sta=statis_FreeSort(choc)


[Package ClustBlock version 3.2.0 Index]