Nothing
qllog <-
function(p,shape=1,scale=1,lower.tail=TRUE,log.p=FALSE)
{
if(log.p) p <- exp(p)
if(!lower.tail) p <- 1 - p
xF <- exp(qlogis(p,location=scale,scale=shape))
return(xF)
}
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.