Coocurrences
Returns the matrix of cooccurrences between stimuli.
Cooccurrences(Part)
Part
: Object of class SortingPartition
Returns the matrix of cooccurrences between stimuli (number of times two stimuli have been sorted in the same group).
A matrix of cooccurrences (stimuli x stimuli).
data(AromaSort) Aroma<-SortingPartition(AromaSort) MatCooc<-Cooccurrences(Aroma)
Useful links