Displaying 2 results from an estimated 2 matches for "blu137".
2010 Apr 15
4
Does "sink" stand for anything?
Hello Everyone,
Learning about R and its wonderful array of functions. If it's not obvious, I usually try to find out what a function stands for. I think this helps me remember better.
One function that has me stumped is "sink." Can anyone tell me if this stands for something?
Thanks,
Paul
__________________________________________________
[[alternative HTML
2009 Mar 09
5
Help
...gt;
> Message: 29
> Date: Wed, 26 Nov 2008 15:37:55 +0000
> From: Daren Tan <daren76@hotmail.com>
> Subject: Re: [R] Very slow: using double apply and cor.test to compute
> correlation p.values for 2 matrices
> To: <r-help@stat.math.ethz.ch>
> Message-ID: <BLU137-W95CAC1950A6096E58D289B20A0@phx.gbl>
> Content-Type: text/plain; charset="gb2312"
>
>
> Out of desperation, I made the following function which hadley beats me to
> it :P. Thanks everyone for the great help.
>
>
> cor.p.values <- function(r, n) {
> df <...