Nothing
jglog <-
function(y,lambda)
{
z <- sqrt(y^2+lambda)
gmn <- exp(mean(log(z)))
y1 <- glog(y,lambda)
y1 <- y1*gmn
return(y1)
}
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.