ClassifPaired:
Classification of paired comparison data
Description
Returns the result of consummers classification
Usage
ClassifPaired(Data,Tcla)
Arguments
Data
Object of class DataPairComp
Tcla
Number of classes to use for classification
Value
vector with group menberships resulting from the classification with Tcla clusters.
Details
The function performs a hierarchical cluster analysis on a set of dissimilarities based on pairwise comparison matrices, using the functions hclust and cutree of stats package.