Cooccurrences {FreeSortR} | R Documentation |
Coocurrences
Description
Returns the matrix of cooccurrences between stimuli.
Usage
Cooccurrences(Part)
Arguments
Part |
Object of class |
Details
Returns the matrix of cooccurrences between stimuli (number of times two stimuli have been sorted in the same group).
Value
A matrix of cooccurrences (stimuli x stimuli).
Examples
data(AromaSort)
Aroma<-SortingPartition(AromaSort)
MatCooc<-Cooccurrences(Aroma)
[Package FreeSortR version 1.3 Index]