An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120705/f8d684bb/attachment.pl>
skipped correlation
2 messages · qinjiaolong, R. Michael Weylandt
library(sos)
findFun("scor")
will get you going in the right direction but I'm not sure I see a
"scor" function (I presume you're looking for the robust correlation
metric). Do you have a citation for such a function? For a work
around, robust::covRob gives robust covariance which possibly could be
scaled down to correlation.
Best,
Michael
On Thu, Jul 5, 2012 at 8:49 AM, qinjiaolong <qinjiaolong at 126.com> wrote:
hello,Everyone!
I am a freshman to use R. Can anybody tell me where has scor function which achieves the skipped correlation?
Thank you very much!
Bset wishes!
Jiaolong Qin
[[alternative HTML version deleted]]
______________________________________________ R-help at 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.