Learn R Programming

FreeSortR (version 1.3)

Cooccurrences: Coocurrences

Description

Returns the matrix of cooccurrences between stimuli.

Usage

Cooccurrences(Part)

Arguments

Part

Object of class SortingPartition

Value

A matrix of cooccurrences (stimuli x stimuli).

Details

Returns the matrix of cooccurrences between stimuli (number of times two stimuli have been sorted in the same group).

Examples

Run this code
# NOT RUN {
  data(AromaSort)
  Aroma<-SortingPartition(AromaSort)
  MatCooc<-Cooccurrences(Aroma)
# }

Run the code above in your browser using DataLab