Nothing
z2p <- function(z, type="two.sided"){
if(type=="two.sided")
p <- 2*pnorm(abs(z), lower.tail=FALSE)
if(type=="one.sided")
p <- pnorm(z, lower.tail=FALSE)
return(p)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.