getPartition {FreeSortR}R Documentation

Gets the partitions.

Description

Returns an array of the partitions given by the subjects.

Usage

getPartition(object)

Arguments

object

An object of class SortingPartition

Value

An array of the stimuli as rows and the partitions as columns.

Examples

  data(AromaSort)
  Aroma<-SortingPartition(AromaSort)
  part<-getPartition(Aroma)

[Package FreeSortR version 1.3 Index]