[R] weighted Spearman correlation coefficient

2010-11-29 Thread Daniel Rabczenko

Hello,
I would be grateful if anybody can help me in finding an R function to 
compute weighted Spearman correlation coefficient?

Kind regards,
Daniel

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] weighted Spearman correlation coefficient

2010-11-29 Thread Łukasz Ręcławowicz
2010/11/29 Daniel Rabczenko dan...@medstat.waw.pl

 I would be grateful if anybody can help me in finding an R function to
 compute weighted Spearman correlation coefficient?


There is someone, he lives here http://finzi.psych.upenn.edu/search.html

But you can write R-code for this coefficient using:

?rank
?var
?cov.wt

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.