Nothing
elogis <- function () {
linkfun <- function(mu) log((mu+0.5)/(1-mu+0.5))
linkinv <- function(eta) ((1+0.5)*exp(eta)-0.5)/(1+exp(eta))
mu.eta <- function(eta) (1+1)/(exp(-eta)+exp(eta)+2)
valideta <- function(eta) TRUE
link <- "empirical logit"
structure(list(linkfun=linkfun,linkinv=linkinv,mu.eta=mu.eta,
valideta=valideta,name=link),class="link-glm")
}
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.