Nothing
startbernexp <- function(x){
p <- sum(x>0)/length(x)
x <- x[x>0]
## m <- mean(log(x))
m <- mean(x)
rate <- 1/m
start <- list(prob=p,
rate=rate)
return(start)
}
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.