R/copula_transform2.R

Defines functions copula_transform2

copula_transform2 <- function(x){
  cdf <- (rank(x)-.5)/(length(x))
  qnorm(cdf)
}

Try the psychNET package in your browser

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

psychNET documentation built on April 14, 2020, 6:39 p.m.