Nothing
.post_summary = function(draws, dimension = 1) {
smry = function(x) {c(mean = mean(x), lcl.95 = quantile(x, probs=0.025),
ucl.95 = quantile(x, probs=0.975))}
return(apply(draws, dimension, FUN = smry))
}
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.