two.sample.permutation.test {fCI} | R Documentation |
perform permuation test on two vectors
two.sample.permutation.test(a, b)
a |
a vector of numeric values (value must be greater than 0) |
b |
a vector of numeric values (value must be greater than 0) |
TBD
pvalue |
the pvalue of permutation test |
TBD
Shaojun Tang
http://software.steenlab.org/fCI/
TBD
two.sample.permutation.test(sample(1:100, 20), sample(5:104, 20))