[R] Filter Values Out of R Output

2008-09-03 Thread Tobias Binz
Hi list Is there a possibility to filter certain values out of an R output? In my case: I want to create a vector of p-values in a for loop that invokes for every increment cor.test() on two vectors. I haven't found a way yet to tell cor.test() to only return the p- values instead

Re: [R] Filter Values Out of R Output

2008-09-03 Thread Jorge Ivan Velez
://www.nabble.com/Re:-applying-cor.test-to-a-(m,-n)-matrix---SUMMARY-to17150239.html#a17150239post. HTH, Jorge On Wed, Sep 3, 2008 at 12:20 PM, Tobias Binz [EMAIL PROTECTED] wrote: Hi list Is there a possibility to filter certain values out of an R output? In my case: I want to create

Re: [R] Filter Values Out of R Output

2008-09-03 Thread Chuck Cleland
On 9/3/2008 12:20 PM, Tobias Binz wrote: Hi list Is there a possibility to filter certain values out of an R output? In my case: I want to create a vector of p-values in a for loop that invokes for every increment cor.test() on two vectors. I haven't found a way yet to tell cor.test