permutationTest: Permutation test of randomness

Description Usage Arguments Value Author(s) References Examples

Description

An auxiliary function for performing a permutation test of randomness

Usage

1
2
permutationTest(testedAttr, target, attrScore, dependencyF, Nprobes = 1000,
  nCores = 1, ...)

Arguments

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 1 for compatibility with Windows systems.

...

additional parameters (currently omitted)

Value

a numeric value - an estimation of a probability that a random probe could obtain a score equal or greater than attrScore.

Author(s)

Andrzej Janusz

References

XY

Examples

1
#############################################

janusza/RmRMR documentation built on May 18, 2019, 2:39 p.m.