ace_cor {bullseye}R Documentation

Calculates ace based transformations and correlation, handling missing values and factors.

Description

Calculates ace based transformations and correlation, handling missing values and factors.

Usage

ace_cor(x, y, handle.na = TRUE)

Arguments

x

a numeric vector or factor

y

a numeric vector or factor

handle.na

If TRUE uses pairwise complete observations.

Value

result of acepack::ace

Examples

ace_cor(iris$Sepal.Length, iris$Species)

[Package bullseye version 0.1.0 Index]