Re: [R] Where to find the p-value of a correlation test

2012-05-01 Thread Aaditya Nanduri
Im sorry. I meant cor.test() On Tue, May 1, 2012 at 6:16 PM, Aaditya Nanduri wrote: > Awesome! cor.text() is what I was looking for! Thank you Duncan! > > > On Wed, Apr 25, 2012 at 9:43 AM, Duncan Murdoch > wrote: > >> On 12-04-25 9:30 AM, Aaditya Nanduri wrote: >> >>> Hey everyone, >>> >>> >>>

Re: [R] Where to find the p-value of a correlation test

2012-05-01 Thread Aaditya Nanduri
Awesome! cor.text() is what I was looking for! Thank you Duncan! On Wed, Apr 25, 2012 at 9:43 AM, Duncan Murdoch wrote: > On 12-04-25 9:30 AM, Aaditya Nanduri wrote: > >> Hey everyone, >> >> >> I hope this finds you in good cheer. >> >> I just have a quick question: What is the function that outp

Re: [R] Where to find the p-value of a correlation test

2012-04-25 Thread Duncan Murdoch
On 12-04-25 9:30 AM, Aaditya Nanduri wrote: Hey everyone, I hope this finds you in good cheer. I just have a quick question: What is the function that outputs the p-value for correlation? cor(x,y) only provides the R value. I would like the p-value associated with it. cor(x,y) calculates th

Re: [R] Where to find the p-value of a correlation test

2012-04-25 Thread Ista Zahn
Hi, Look at the "See also" section of ?cor Best, Ista On Wed, Apr 25, 2012 at 9:30 AM, Aaditya Nanduri wrote: > Hey everyone, > > > I hope this finds you in good cheer. > > I just have a quick question: What is the function that outputs the p-value > for correlation? > > cor(x,y) only provides

[R] Where to find the p-value of a correlation test

2012-04-25 Thread Aaditya Nanduri
Hey everyone, I hope this finds you in good cheer. I just have a quick question: What is the function that outputs the p-value for correlation? cor(x,y) only provides the R value. I would like the p-value associated with it. Thank you all for your help! [[alternative HTML version dele