test_that("`plot.see_point_estimate()` works", {
skip_if_not_installed("rstanarm")
set.seed(123)
result <- bayestestR::point_estimate(m_rstan, centrality = "median")
expect_s3_class(plot(result), "ggplot")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.