Learn R Programming

FreeSortR (version 1.3)

getPartition: 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

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

Run the code above in your browser using DataLab