Dissimil: Dissimilarities between stimuli

Description Usage Arguments Details Value Examples

View source: R/Dissimil.R

Description

Creates a list of dissimilarity matrices from partitions given by the subjects.

Usage

1
Dissimil(Part)

Arguments

Part

Object of class SortingPartition

Details

In the case of free sorting data, a list of dissimilarity matrices (the length of the list is equal to the number of subjects).

In the case of multiple sorting, dissimilarity matrix for a subject is the sum of the dissimilarity matrices computed from each of the different partitions given by this subject.

Value

A list of dissimilarity matrices (one matrix for each subject).

Examples

1
2
3
  data(AromaSort)
  Aroma<-SortingPartition(AromaSort)
  ListDiss<-Dissimil(Aroma)

FreeSortR documentation built on May 2, 2019, 2:47 p.m.