Nothing
test_that("report-survreg", {
skip_if_not_installed("survival")
set.seed(123)
mod_survreg <- survival::survreg(
formula = survival::Surv(futime, fustat) ~ ecog.ps + rx,
data = survival::ovarian,
dist = "logistic"
)
expect_snapshot(variant = "windows", report(mod_survreg))
unloadNamespace("rstanarm")
unloadNamespace("multcomp")
unloadNamespace("TH.data")
unloadNamespace("survival")
})
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.