Nothing
test_that("control_opt rejects model starts passed via partial matching", {
expect_error(
control_opt(start = list(dummy = TRUE)),
"`start` is not a `control_opt\\(\\)` argument"
)
})
test_that("control_opt validates start_sd eagerly", {
expect_error(
control_opt(start_sd = list(dummy = TRUE)),
"start_sd must be a numeric scalar"
)
})
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.