powered by
Calculates MINE family values for every numeric variable pair in a dataset.
pair_mine(d, method = "MIC", handle.na = TRUE, ...)
A tibble of class pairwise with scores for numeric variable pairs, or NULL if there are not at least two numeric variables
pairwise
A dataframe
character vector for the MINE value to be calculated. Subset of "MIC","MAS","MEV","MCN","MICR2", "GMIC", "TIC"
If TRUE uses pairwise complete observations to calculate score, otherwise NAs not handled.
other arguments
The values are calculated using mine from minerva
mine
minerva
Reshef, David N., et al. "Detecting novel associations in large data sets." science 334.6062 (2011): 1518-1524
pair_mine(iris) pair_mine(iris, method="MAS")
Run the code above in your browser using DataLab