Nothing
test_that("Weighted ITT", {
data <- copy(SEQdata)
expect_warning(SEQuential(data, "ID", "time", "eligible", "tx_init", "outcome", list("N", "L", "P"), list("sex"),
method = "ITT",
options = SEQopts(weighted = TRUE)
))
})
test_that("Unexcused Excused Censoring", {
data <- copy(SEQdata)
expect_warning(SEQuential(data, "ID", "time", "eligible", "tx_init", "outcome", list("N", "L", "P"), list("sex"),
method = "censoring",
options = SEQopts(weighted = TRUE, excused = TRUE)
))
})
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.