SortingMds-class function

Class SortingMds

Class SortingMds

A class for Mds results 1.1

class

Objects from the Class

Objects are created by the function MdsSort().

Slots

  • nstimuli:: Number of stimuli
  • nsubjects:: Number of subjects
  • LabStim:: Labels of stimuli
  • LabSubj:: Labels of subjects
  • ndim:: Dimension of the Mds
  • Config:: Array of the configuration of stimuli
  • Percent:: Vector of inertia of the dimensions
  • Stress:: Kruskal stress of the configuration
  • ResBoot:: (optional) Results of bootstrap on the subjects

Methods

  • getConfig: signature(object = "SortingMds")
  • getPercent: signature(object = "SortingMds")
  • getStress: signature(object = "SortingMds")
  • show: show(object = "SortingMds")
  • summary: summary(object = "SortingMds")

Examples

data(AromaSort) Aroma<-SortingPartition(AromaSort) resMds<-MdsSort(Aroma,ndim=2,metric=FALSE) summary(resMds)
  • Maintainer: Philippe Courcoux
  • License: GPL-2
  • Last published: 2017-12-17

Useful links