R/cont-cont.R

cont_cont <- function(x, y) {
  cor.test(x, y)$p.value
}
GerkeLab/tricks documentation built on May 9, 2019, 8:39 a.m.