szhan@uoguelph.ca
2003-Sep-10 18:48 UTC
[R] how to calculate Spearman correlation with missing values
Hello, there: I got data matix with missing values. I want to calculate any possible pairwise Spearman correlation rho for each column. Is there a function just like cor(x, y, use="complete.obs") for Pearson correlation? Thanks in advance! Josh
Torsten Hothorn
2003-Sep-10 19:01 UTC
[R] how to calculate Spearman correlation with missing values
On Wed, 10 Sep 2003 szhan at uoguelph.ca wrote:> Hello, there: > I got data matix with missing values. I want to calculate any possible > pairwise Spearman correlation rho for each column. Is there a function just > like cor(x, y, use="complete.obs") for Pearson correlation? > Thanks in advance! >?cor.test> Josh > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help > >