Displaying 1 result from an estimated 1 matches for "mdshelm".
Did you mean:
mcshel
2011 Mar 22
1
how to convert a data.frame to a list of dist objects for individual differences MDS?
...dgments for one of 16 subjects. The
rownames
identify each pair of colors, e.g, "AC" = ("A","C"), and the pairs are
ordered by columns
in the lower triangle of each distance matrix.
> helm.raw <-
read.table("http://euclid.psych.yorku.ca/datavis/Private/mdshelm.dat",
header=TRUE, row.names=1)
> head(helm.raw)
N1 N2 N3 N4 N5 N6a N6b N7 N8 N9 N10 CD1 CD2a
CD2b CD3 CD4
AC 6.8 5.9 7.1 7.5 6.6 5.2 5.8 6.2 7.5 6.0 9.2 11.5 9.3 9.0
10.4 9.9
AE 12.5 11.1 10.2 10.3 10.5 9.4 10.5 10.8 9.1 9.4 10.8 13.1 10.7 10.0...