translate <- function(obj) {
gamma <- coef(obj)
sigma <- obj$scale
beta <- -gamma/sigma
scale <- sigma
list(beta = beta, scale = 1/sigma)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.