R/cor.fbed.R

Defines functions cor.fbed

Documented in cor.fbed

cor.fbed <- function(y, x, ystand = TRUE, xstand = TRUE, alpha = 0.05, K = 0) {
  Rfast::cor.fbed(y, x, ystand, xstand, alpha, K)
}

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.