library(mnormt) library(copent) rho <- 0.5 sigma <- matrix(c(1,rho,rho,1),2,2) x <- rmnorm(500,c(0,0),sigma) ce1 <- copent(x)