Skip to content
Prev 277721 / 398506 Next

Pairwise correlation

I think something like this should do it, but I can't test without data:

rownames(mydata) <- mydata[,1] # Put the elements in the first column
as rownames
mydata <- mydata[,-1] # drop the things that are now rownames

Michael
On Thu, Nov 17, 2011 at 9:23 AM, Musa Hassan <musahass at gmail.com> wrote: