two.sample.permutation.test {fCI}R Documentation

perform permuation test on two vectors

Description

perform permuation test on two vectors

Usage

two.sample.permutation.test(a, b)

Arguments

a

a vector of numeric values (value must be greater than 0)

b

a vector of numeric values (value must be greater than 0)

Details

TBD

Value

pvalue

the pvalue of permutation test

Note

TBD

Author(s)

Shaojun Tang

References

http://software.steenlab.org/fCI/

See Also

TBD

Examples

  
  two.sample.permutation.test(sample(1:100, 20), sample(5:104, 20))


[Package fCI version 1.14.0 Index]