Learn R Programming

FreeSortR (version 1.3)

FreeSortR-package: Analysis of free sorting data.

Description

This package gives several tools for analysing free sorting data.

Arguments

Details

Package: FreeSortR
Type: Package
Version: 1.0
Date: 2014-04-29
License: GPL
Depends: methods, smacof

The function for managing sorting data is SortingPartition().Function for computing consensus partition is ConsensusPartition(). Multidimensional scaling of sorting data may be performed with the function MdsSort().

References

Ph. Courcoux, P. Faye, E.M. Qannari (2014) Determination of the consensus partition and cluster analysis of subjects in a free sorting task experiment. Food Quality and Preference, 32, 107-112.

See Also

SortingPartition, ConsensusPartition, MdsSort

Examples

Run this code
# NOT RUN {
  data(AromaSort)
  Aroma<-SortingPartition(AromaSort)
  res<-ConsensusPartition(Aroma)
  DescriptionPartition(res$Consensus)
  resMds<-MdsSort(Aroma,ndim=3)
  plotMds(resMds)
# }

Run the code above in your browser using DataLab