Displaying 1 result from an estimated 1 matches for "pxmx".
Did you mean:
ptmx
2007 May 02
2
NAs introduced by coercion in dist()
...hed this forum and people have suggested that the warning should be
ignored but when I try to print the distance matrix I only get the row
numbers (the matrix seems to be 'empty') and I'm not being able to judge
whether the matrix worked or not.
To get the distance matrix I wrote:
dist.PxMx <- dist (PeaksMatrix, method='euclidean', diag=FALSE, upper=FALSE)
I tried including the p argument (included in the help for dist()) and
leaving it out, but that didn't seem to change anything. I think that's
required for one distance measure though, not for euclidean dist....