getStress: Gets the stress value

Description Usage Arguments Value Examples

Description

Get the Kruskal stress value of the Mds solution returned by the function MdsSort().

Usage

1
getStress(object)

Arguments

object

An object of class SortingMds

Value

A numeric value of stress.

Examples

1
2
3
4
  data(AromaSort)
  Aroma<-SortingPartition(AromaSort)
  resMds<-MdsSort(Aroma,ndim=2)
  stress<-getStress(resMds)

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