Nothing
.logdistrfit <- function(x,wt) {
xbar = sum(wt*x)
fn <- function(p) xbar + p/((1-p)*log(1-p))
uniroot(fn,c(1e-10,1-1e-10))$root
}
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.