Nothing
emg.nllik <- function(x, mu, sigma, lambda)
{
#print(paste('nllemg',length(x), mu, sigma, lambda, '=>', demg(x, mu, sigma, lambda)))
-sum(demg(x, mu, sigma, lambda, log=TRUE))
}
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.