Nothing
test_that("incompatible distributions are caught", {
rel_tbl <- reliability_data(shock, distance, status)
cdf_tbl <- estimate_cdf(rel_tbl, "johnson")
plot_weib <- plot_prob(cdf_tbl, "logistic")
models <- get_models()
purrr::walk(models, function(model) {
expect_error(
plot_mod(plot_weib, model), class = "incompatible_distributions"
)
expect_error(
plot_conf(plot_weib, model), class = "incompatible_distributions"
)
})
})
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.