pair_nmi | R Documentation |
Calculates normalized mutual information for every numeric or factor or mixed variable pair in a dataset.
pair_nmi(d, handle.na = TRUE, ...)
d |
A dataframe |
handle.na |
If TRUE uses pairwise complete observations to calculate normalized mutual information, otherwise NAs not handled. |
... |
other arguments |
The normalized mutual information is calculated using maxNMI
from linkpotter package
A tibble of class pairwise
pair_nmi(iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.