(no subject)
On Wed, 2004-11-17 at 19:20 +0100, Angela Re wrote:
Good evening, I'm going to use R to calculate the P-value for Pearson coefficient. Does it exist an already defined function?How can I do?Thanks for helping me. Angela
help.search("Pearson") shows you:
...
cor.test(stats) Test for Association/Correlation Between
Paired Samples
...
See ?cor.test
HTH,
Marc Schwartz