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)
object
: An object of class SortingMds
A vector of percentage of variance of the Mds configuration.
data(AromaSort) Aroma<-SortingPartition(AromaSort) resMds<-MdsSort(Aroma,ndim=2) perc<-getPercent(resMds)
Useful links