getPercent function

Gets the percentages of variance

Gets the percentages of variance

Returns the percentage of variance explained by the dimensions of a Mds solution returned by the function MdsSort().

getPercent(object)

Arguments

  • object: An object of class SortingMds

Returns

A vector of percentage of variance of the Mds configuration.

Examples

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

Useful links