SortingPartition-class function

Class SortingPartition

Class SortingPartition

A class for free sorting data 1.1

class

Objects from the Class

Objects can be created from an array by calls of the form SortingPartition().

Slots

  • type:: Type of sorting procedure : type="Free" or type="Multiple"
  • nstimuli:: Number of stimuli
  • nsubjects:: Number of subjects
  • LabStim:: Labels of stimuli
  • LabSubj:: Labels of subjects
  • Partition:: List of partitions of the stimuli given by subjects

Methods

  • show: show(object = "SortingPartition")
  • summary: summary(object = "SortingPartition")
  • getPartition: getPartition(object = "SortingPartition")
  • nGroups: nGroups(object = "SortingPartition")

Examples

data(AromaSort) Aroma<-SortingPartition(AromaSort) summary(Aroma) show(Aroma) getPartition(Aroma)
  • Maintainer: Philippe Courcoux
  • License: GPL-2
  • Last published: 2017-12-17

Useful links