View source: R/CondEntPermute.R
Permutation test for mutual information
1 2 3 4 5 6 7 8 9 10 11 12 | CondEntPermute(
X,
Y1,
Y2,
method = "emp",
disc.X = "equalfreq",
disc.Y1 = "equalfreq",
disc.Y2 = "equalfreq",
alpha = 0.6,
n.sim = 2000,
...
)
|
X |
<object; input> A numeric vector. |
method |
<character; proccessing> a method for estimation of entropy. (see help of infotheo- or minerva-package) |
disc.X |
<character; proccessing> a method for discretization of X. |
n.sim |
<numeric; proccessing> The number of simulation. |
... |
Parameters to be passed to the function *minerva::mine*. |
Y |
<object; input> A numeric vector. |
disc.Y |
<character; proccessing> a method for discretization of Y. |
mine.alpha |
<numeric; proccessing> alpha parameter for the mine method. (works only when *method* is "mine") |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.