DescriptionPartition {FreeSortR} | R Documentation |
Description of a partition
Description
DescriptionPartition()
shows a partition given by a subject.
Usage
DescriptionPartition(Part, subject = 1, replicate = 1, Labels=NULL)
Arguments
Part |
Object of class |
subject |
Subject identifier (number or label of a subject) |
replicate |
Number of the replicate to show (in the case of multiple partitions) |
Labels |
Labels of the stimuli |
Value
Returns the partition with labels of stimuli bracketted in groups.
Examples
data(AromaSort)
Aroma<-SortingPartition(AromaSort)
DescriptionPartition(Aroma,subject=1)
[Package FreeSortR version 1.3 Index]