powered by
'mutualInfo' function calculates mutual information of the two variables.
mutualInfo(x, y)
Numerical or factor data.
Returns the mutual information value.
# NOT RUN { data(iris) mutualInfo(iris[, 1], iris[, 5]) # }
Run the code above in your browser using DataLab