R/dFunction.R

Defines functions dFunction

dFunction <- function(X, Y) {
  A <- cor(X, Y)
  A[A < 0] <- 0
  A
}

Try the SCORPION package in your browser

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

SCORPION documentation built on Sept. 22, 2022, 5:07 p.m.