<snip> > cor.test(Both[,1],Both[,2]) What does > Both[,1] show you? > cor.test(Both[,1]>2.5,Both[,2]>2.5) What does > Both[,1] > 2.5 show you?