print.DS_GF_micro <-
function(x, ...){
#cat(paste0("Posterior summary for y = ",x$study[1],", n = ", x$study[2],":\n"))
cat(paste0("\tPosterior Mean = ",round(x$DS.mean,4), "\n"))
cat(paste0("\tPosterior Mode = ",round(x$DS.mode,4), "\n"))
cat(paste0("Use plot(x) to generate posterior plot\n"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.