Nothing
mod <- exmodel(add_exdata = FALSE)
dat <- exdata(ID = 2) %>%
mutate(DV = c(NA, 200))
test_that("verbose works on difficulty warning", {
expect_message(mapbayest(mod, dat), "Reset with ")
expect_message(mapbayest(mod, dat, verbose = FALSE), NA)
})
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.