Cooccurrences {FreeSortR} | R Documentation |
Returns the matrix of cooccurrences between stimuli.
Cooccurrences(Part)
Part |
Object of class |
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)