Nothing
context("plot_model_performance")
source("objects_for_tests.R")
test_that("Output", {
expect_is(plot(mp_cph), "gg")
expect_is(plot(mp_cph, model_performance(surve_cph2)), "gg")
expect_is(plot(mp_cph, mp_cph_artificial), "gg")
})
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.