# Apply interval MDS to `sim_matrix`, with 5 permutations and bootstraps
# testing up to 3 dimensions. In real usage, increase `n_boots` and `n_perms`
# to at least 50.
mds_test(
sim_matrix,
n_boots = 5,
n_perms = 5,
test_dimensions = 3,
mds_type = 'interval'
)
Run the code above in your browser using DataLab