Learn R Programming

FreeSortR (version 1.3)

nGroups: 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 SortingPartition

Value

A vector giving the number of groups made by the subjects

Examples

Run this code
# NOT RUN {
  data(AromaSort)
  Aroma<-SortingPartition(AromaSort)
  nGroups(Aroma)
# }

Run the code above in your browser using DataLab