Description Usage Arguments Details See Also Examples
This is an helper function to compute one mine
statistic.
It take two vectors of the same dimension as an input.
1 2 3 4 5 6 7 8 9 10 11 |
x |
Numeric Vector of size |
y |
Numeric Vector of size |
alpha |
numeric value representing parameter for the mine statistic see |
C |
c parameter for the mine statistic see |
est |
character estimation parameter for the mine statistic.
Possible values are |
measure |
integer indicating which measure to return
available measures are: |
eps |
eps value for MCN statistic should be in (0,1). If NA (default) is passed then the normal MCN statistic is returned. |
p |
probability for the generalized mic |
norm |
boolean if require normalization between 0 and 1 for the |
This is a wrapper function to compute the mine statistic between two variables.
for more details on the available measure and the meaning of the other parameters see also the
documentation for the mine
function.
For measure mic-r2
use the Pearson R coefficient score cor
and the measure mic
.
See the example below.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.