Nothing
propCI_jeffreys <-
function(x, n, l){
lw <- qbeta(l[1], x + .5, n - x + .5)
up <- qbeta(l[2], x + .5, n - x + .5)
return(c(lw, up))
}
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.