ClassifPaired {CompR} | R Documentation |
Classification of paired comparison data
Description
Returns the result of consummers classification
Usage
ClassifPaired(Data,Tcla)
Arguments
Data |
Object of class |
Tcla |
Number of classes to use for classification |
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.
Value
vector with group menberships resulting from the classification with Tcla clusters.
See Also
hclust
, cutree
of stats package
[Package CompR version 1.0 Index]