pair_uncertainty | R Documentation |
Calculates uncertainty coefficient for every factor variable pair in a dataset.
pair_uncertainty(d, handle.na = TRUE, ...)
d |
A dataframe |
handle.na |
ignored. Pairwise complete observations are used automatically. |
... |
other arguments |
The Uncertainty coefficient is calculated using UncertCoef
function from the
DescTools
package.
A tibble of class pairwise
with every factor variable pair and uncertainty coefficient value,
or NULL if there are not at least two factor variables
pair_uncertainty(iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.