R/correls.R

Defines functions correls

Documented in correls

correls <- function(y, x, type = "pearson", rho = 0, a = 0.05) {
  Rfast::correls(y, x, type, rho, a)
}

Try the pchc package in your browser

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

pchc documentation built on April 4, 2025, 1:11 a.m.