Skip to content
Prev 79600 / 398502 Next

Spearman's Rho Help!

On Mon, 2005-10-24 at 09:01 -0400, Suresh Kumar Karanam wrote:
e.g.
cor(array(c(x,y,z,v),c(16,4)),use="pairwise")

The correlation function calculates by default spearman's rho and can
have an array as input. The use parameter determines how to handle NA's.
See ?cor

Joost