Learn R Programming

radiant.multivariate (version 1.6.7)

summary.mds: Summary method for the mds function

Description

Summary method for the mds function

Usage

# S3 method for 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

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

Run the code above in your browser using DataLab