Nothing
Diff.2 <-
function(k,i,model,p,ln=FALSE)
{
param <- model$par.hat
param[i] <- k
if(!ln) return(distr(p,model$dist,param,'q'))
else return(log(distr(p,model$dist,param,'q')))
}
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.