Description Usage Arguments Details Value Examples
Creates a list of dissimilarity matrices from partitions given by the subjects.
1 | Dissimil(Part)
|
Part |
Object of class |
In the case of free sorting data, a list of dissimilarity matrices (the length of the list is equal to the number of subjects).
In the case of multiple sorting, dissimilarity matrix for a subject is the sum of the dissimilarity matrices computed from each of the different partitions given by this subject.
A list of dissimilarity matrices (one matrix for each subject).
1 2 3 | data(AromaSort)
Aroma<-SortingPartition(AromaSort)
ListDiss<-Dissimil(Aroma)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.