partition (version 0.1.0)

mutual_information: Calculate the standardized mutual information of a data set

Description

mutual_information calculate the standardized mutual information of a data set using the infotheo package.

Usage

mutual_information(.data)

Arguments

.data

a dataframe of numeric values

Value

a list containing the standardized MI and the scaled row means

Examples

Run this code
# NOT RUN {
library(dplyr)
iris %>%
  select_if(is.numeric) %>%
  mutual_information()

# }

Run the code above in your browser using DataLab