Description Objects from the Class Slots Methods Examples
A class for free sorting data
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 stimuli
nsubjects
:Number of subjects
LabStim
:Labels of stimuli
LabSubj
:Labels of subjects
Partition
:List of partitions of the stimuli given by subjects
show(object = "SortingPartition")
summary(object = "SortingPartition")
getPartition(object = "SortingPartition")
nGroups(object = "SortingPartition")
1 2 3 4 5 | data(AromaSort)
Aroma<-SortingPartition(AromaSort)
summary(Aroma)
show(Aroma)
getPartition(Aroma)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.