Performs Sammon's non-linear mapping
Value
A list of class "tidy_mds" containing:
config: tibble of MDS coordinates
stress: Sammon stress value
method:
"Sammon Mapping"model: the
sammonresult
Examples
# \donttest{
d <- dist(USArrests)
mds <- tidy_mds_sammon(d)
# }
