View source: R/mutual_information.R
| mutual_information | R Documentation | 
mutual_information calculate the standardized mutual information of a data
set using the infotheo package.
mutual_information(.data)
| .data | a dataframe of numeric values | 
a list containing the standardized MI and the scaled row means
library(dplyr)
iris %>%
  select_if(is.numeric) %>%
  mutual_information()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.