Description Usage Arguments Value Author(s) References Examples
An auxiliary function for performing a permutation test of randomness
| 1 2 | permutationTest(testedAttr, target, attrScore, dependencyF, Nprobes = 1000,
  nCores = 1, ...)
 | 
| testedAttr | tested attribute | 
| target | the target attribute | 
| attrScore | tested attribute's base score value | 
| dependencyF | a dependency function used by the test | 
| Nprobes | a number of generated random probes | 
| nCores | an integer specifying the number of available processor cores for parallel
computations using forking. The default is  | 
| ... | additional parameters (currently omitted) | 
a numeric value - an estimation of a probability that a random probe could obtain
a score equal or greater than attrScore.
Andrzej Janusz
XY
| 1 | #############################################
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.