Learn R Programming

FreeSortR (version 1.3)

DissTot: Overall Dissimilarities between stimuli.

Description

Creates the matrix of dissimilarities between stimuli.

Usage

DissTot(Part)

Arguments

Part

Object of class SortingPartition

Value

The matrix of dissimilarities between stimuli (number of times that two stimuli have not been grouped)

Examples

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

Run the code above in your browser using DataLab