Performs Kruskal's isoMDS
Value
A list of class "tidy_mds" containing:
config: tibble of MDS coordinates
stress: Kruskal stress value
method:
"Kruskal's isoMDS"model: the
isoMDSresult
Examples
# \donttest{
d <- dist(USArrests)
mds <- tidy_mds_kruskal(d)
# }
