`h.inv` <- function(u1, u2, rho) { y <- pnorm(qnorm(u1)*sqrt(1-rho^2) + rho*qnorm(u2)) return(y) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.