Nothing
test_that("surv_median calculates medians", {
df_medians <- surv_median(survfit(Surv(time, status) ~ sex,
data=lung))
expect_equal(df_medians[['median']], c(270,426))
expect_lt(df_medians[['lower']][2], 426)
})
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.