Learn R Programming

radiant (version 0.1.95)

summary.mds: Summary method for the mds function

Description

Summary method for the mds function

Usage

"summary"(object, mds_round = 1, ...)

Arguments

object
Return value from mds
mds_round
Rounding to use for output (default = 0). +1 used for coordinates. +2 used for stress measure. Not currently accessible in Radiant
...
further arguments passed to or from other methods

Details

See http://vnijs.github.io/radiant/marketing/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)
summary(result, mds_round = 2)

Run the code above in your browser using DataLab