SortingMds-class: Class 'SortingMds'

Description Objects from the Class Slots Methods Examples

Description

A class for Mds results

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

1
2
3
4
  data(AromaSort)
  Aroma<-SortingPartition(AromaSort)
  resMds<-MdsSort(Aroma,ndim=2,metric=FALSE)
  summary(resMds)

FreeSortR documentation built on May 2, 2019, 2:47 p.m.