Performs MDS using SMACOF algorithm from the smacof package
Value
A list of class "tidy_mds" containing:
config: tibble of MDS coordinates
stress: stress value from the SMACOF algorithm
method: character string describing the MDS type
model: the
mdsresult
Examples
# \donttest{
d <- dist(USArrests)
mds <- tidy_mds_smacof(d, type = "ratio")
# }
