nGroups {FreeSortR} | R Documentation |
Number of groups given by the subjects
Description
Returns the number of groups given by the subjects of a free sorting experiment.
Usage
nGroups(object)
Arguments
object |
An object of class |
Value
A vector giving the number of groups made by the subjects
Examples
data(AromaSort)
Aroma<-SortingPartition(AromaSort)
nGroups(Aroma)
[Package FreeSortR version 1.3 Index]