pair_gkGamma | R Documentation |
Calculates Goodman Kruskal's Gamma coefficient for every factor variable pair in a dataset.
pair_gkGamma(d, handle.na = TRUE, ...)
d |
A dataframe |
handle.na |
ignored. Pairwise complete observations are used automatically. |
... |
other arguments |
The Goodman Kruskal's Gamma coefficient is calculated using GoodmanKruskalGamma
function from the DescTools
package. Assumes factor levels are in the given order.
NAs are automatically handled by pairwise omit.
A tibble of class pairwise
with factor variable pairs and Goodman Kruskal's Gamma coefficient,
or NULL if there are not at least two factor variables
pair_gkGamma(iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.