Nothing
context("Cure regression")
test_that("curesurv correctly checks inits values", {
# Test the presence of init values
expect_error(
curesurv::curesurv(Surv(time = time_obs, event = event) ~ age_cr,
data = pancreas_data,
riskpop = "ehazard",
riskpop.alpha = TRUE,
method_opt = "L-BFGS-B",
init = c(0,0,0,0,0))
)
})
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.