Message-ID: <4EADE7BF-59AD-4768-972A-5FA9C8867478@nexus-computing.ch>
Date: 2008-09-03T16:20:44Z
From: Tobias Binz
Subject: Filter Values Out of R Output
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 of the whole text.
Thanks,
Tobi