#' @noRd
eval_stdev_from_network <- function(distribution) {
checkmate::assert_class(distribution, "dst")
ss <- variance(distribution)
sqrt(ss)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.