ace_cor | R Documentation |
Calculates ace based transformations and correlation, handling missing values and factors.
ace_cor(x, y, handle.na = TRUE)
x |
a numeric vector or factor |
y |
a numeric vector or factor |
handle.na |
If TRUE uses pairwise complete observations. |
result of acepack::ace
ace_cor(iris$Sepal.Length, iris$Species)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.