pair_nmi {bullseye} | 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)