#' @export
logit <- function(x) {
make.link('logit')$linkfun(x)
}
#' @export
inv_logit <- function(x) {
make.link('logit')$linkinv(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.