Nothing
"pbern" <-
function(q, prob, lower.tail=TRUE, log.p = FALSE)
{
pbinom(q,size=1,prob=prob,lower.tail=lower.tail,log.p=log.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.