pair_mine | R Documentation |
Calculates MINE family values for every numeric variable pair in a dataset.
pair_mine(d, method = "MIC", handle.na = TRUE, ...)
d |
A dataframe |
method |
character vector for the MINE value to be calculated. Subset of "MIC","MAS","MEV","MCN","MICR2", "GMIC", "TIC" |
handle.na |
If TRUE uses pairwise complete observations to calculate score, otherwise NAs not handled. |
... |
other arguments |
The values are calculated using mine
from minerva
A tibble of class pairwise
with scores for numeric variable pairs,
or NULL if there are not at least two numeric variables
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.