summary.mds: Summary method for the mds function

summary.mdsR Documentation

Summary method for the mds function

Description

Summary method for the mds function

Usage

## S3 method for class 'mds'
summary(object, dec = 2, ...)

Arguments

object

Return value from mds

dec

Rounding to use for output (default = 2). +1 used for stress measure

...

further arguments passed to or from other methods

Details

See https://radiant-rstats.github.io/docs/multivariate/mds.html for an example in Radiant

See Also

mds to calculate results

plot.mds to plot results

Examples

result <- mds(city, "from", "to", "distance")
summary(result, dec = 1)


radiant.multivariate documentation built on Sept. 23, 2023, 9:06 a.m.