R/dcor.R

Defines functions dcor

Documented in dcor

dcor <- function(y, x, bc = FALSE) {
  Rfast::dcor(x, y, bc = bc)
}

Try the mvcor package in your browser

Any scripts or data that you put into this service are public.

mvcor documentation built on April 11, 2025, 5:39 p.m.