Displaying 1 result from an estimated 1 matches for "ct23".
Did you mean:
c23
2005 Jul 23
2
cor(X) with P-Value
...X3
X1 1 -0.06190365 -0.1569728...
P 0.4517 0.05507 ...
X2 -0.06190365 1 0.2643529 ...
P 0.4517 0.001080 ...
:
:
I think I could write a function for it if such a function does not exist
if I could do...
> CT23 <- cor.test(X2, X3)
> CT23$P
0.001080
> CT23$V
0.2643529
But I do not know how.
cheers
Worik