R/permcor.R

#[export]
permcor <- function (x, y, R = 999) {
  a <- as.vector( .Call(Rfast_perm_cor, x, y, R) )
  names(a) <- c("cor", "p-value")  
  a
}

Try the Rfast package in your browser

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

Rfast documentation built on Nov. 9, 2023, 5:06 p.m.