Nothing
test_that(paste("posterior_dens creates correct lists with graphs"), {
bma_results <- bma(badp::small_model_space, round= 3, dilution = 0)
distPlots <- posterior_dens(bma_results, prior = "binomial", SE = "standard")
expect_equal(class(distPlots), "list")
expect_true(ggplot2::is_ggplot(distPlots[[1]]))
expect_true(ggplot2::is_ggplot(distPlots[[2]]))
expect_true(ggplot2::is_ggplot(distPlots[[3]]))
})
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.