Re: [R] R Help Question on cor() function

2011-03-29 Thread Peter Ehlers
On 2011-03-29 07:45, Courtney McCracken wrote: Hi, Does anyone know if the cor() function under the stats package adjusts for ties? Specifically, with method="spearman" does R compute the ties adjusted version of Sperman's rank correlation coefficient or the uncorrected version? If not, does any

[R] R Help Question on cor() function

2011-03-29 Thread Courtney McCracken
Hi, Does anyone know if the cor() function under the stats package adjusts for ties? Specifically, with method="spearman" does R compute the ties adjusted version of Sperman's rank correlation coefficient or the uncorrected version? If not, does anyone know of a function/package that will do this?