Displaying 1 result from an estimated 1 matches for "361862".
Did you mean:
31862
2011 Mar 24
1
Two matrix loop
Hi,
I'm trying to create a distance matrix. And it works out somewhat ok. However, I suspect that there are
some efficiency issues with my efforts. Plz have a look at this:
donor <- matrix(c(3,1,2,3,3,1,4,3,5,1,3,2), ncol=4)
receiver <-
matrix(c(1,4,3,2,4,3,1,5,1,3,2,1,4,5,3,5,1,3,2,4,5,1,2,3,1,4,5,5,1,2,1,3,4,3,2,5,5,1,4,2,5,4,3,2), ncol=4)
The above creates my two matrices. I have