Nothing
test_that("Built-in model functions work",{
nsim <- 10
pars_used <- names(formals(chemo_model_nb))
ppars <- chemo_pars_fn(nsim)[pars_used]
nb <- do.call(chemo_model_nb, ppars[1,])
cea <- do.call(chemo_model_cea, ppars[1,])
expect_equivalent(cea["Effects","SoC"]*20000 - cea["Costs","SoC"], nb["SoC"])
})
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.