[R] T statistic exactRankTests package

2013-05-30 Thread Al Zou
I understand this might be a silly question, but I have problems understanding the statistic term returned in most permutation packages. for example: x-c(8,4,6) y-c(5,3,4) res-exactRankTests::perm.test(x,y,paired=TRUE) 1-sample Permutation Test data: x and y T = 6, p-value = 0.25

Re: [R] T statistic exactRankTests package

2013-05-30 Thread Peter Ehlers
On 2013-05-30 04:20, Al Zou wrote: I understand this might be a silly question, but I have problems understanding the statistic term returned in most permutation packages. for example: x-c(8,4,6) y-c(5,3,4) res-exactRankTests::perm.test(x,y,paired=TRUE) 1-sample Permutation Test