Nothing
"summary.networkBMA" <- function(object, thresholds = c(0,.5,.75,.9,.95,1),
...) {
s <- sapply( thresholds, function(p) sum(object[,3] >= p))
names(s) <- paste(thresholds * 100, "%", sep = "")
s
}
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.