Class SortingPartition
SortingPartition
A class for free sorting data 1.1
class
Objects can be created from an array by calls of the form SortingPartition()
.
type
:: Type of sorting procedure : type="Free"
or type="Multiple"
nstimuli
:: Number of stimulinsubjects
:: Number of subjectsLabStim
:: Labels of stimuliLabSubj
:: Labels of subjectsPartition
:: List of partitions of the stimuli given by subjectsshow(object = "SortingPartition")
summary(object = "SortingPartition")
getPartition(object = "SortingPartition")
nGroups(object = "SortingPartition")
data(AromaSort) Aroma<-SortingPartition(AromaSort) summary(Aroma) show(Aroma) getPartition(Aroma)
Useful links