Nothing
test_that("Constant Exposure", {
data("propiconazole")
x <- morseTKTD::survData(propiconazole)
expect_no_error({
morseTKTD:::modelData(x, "SD")
})
expect_no_error({
morseTKTD:::modelData(x, "IT")
})
})
test_that("Variable Exposure", {
data("propiconazole_pulse_exposure")
x <- survData(propiconazole_pulse_exposure)
expect_no_error({
morseTKTD:::modelData(x, "SD")
})
expect_no_error({
morseTKTD:::modelData(x, "IT")
})
})
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.