I have a dissimilarity dataset with the form:

1  1  dissimilarity value
1  2  ...
1  3
1  4
2  2
2  3
2  4
...

I would like to do nonmetric multidimensional scaling with this data, but I
am having trouble using this format.  I would like to either find a function
that accepts this format or find a way to easily convert this format to a
matrix for use with existing functions.

Thanks!

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to