tidy_mds_smacof: SMACOF MDS (Metric or Non-metric)
Description
Performs MDS using SMACOF algorithm from the smacof package
Usage
tidy_mds_smacof(dist_mat, ndim = 2, type = "ratio", ...)
Arguments
- dist_mat
A distance matrix (dist object)
- ndim
Number of dimensions (default: 2)
- type
Character; "ratio" for metric, "ordinal" for non-metric (default: "ratio")
- ...
Additional arguments passed to smacof::mds()