#' transformation_means
#'
#' Extracts means from all the distributions fits to the attributes of an object
transformation_means <- function(model) {
return(mean(model))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.