DissTot {FreeSortR} | R Documentation |
Overall Dissimilarities between stimuli.
Description
Creates the matrix of dissimilarities between stimuli.
Usage
DissTot(Part)
Arguments
Part |
Object of class |
Value
The matrix of dissimilarities between stimuli (number of times that two stimuli have not been grouped)
Examples
data(AromaSort)
Aroma<-SortingPartition(AromaSort)
DisTot<-DissTot(Aroma)
[Package FreeSortR version 1.3 Index]