Nothing
# Make sure that it returns an rms summary
test_that("It is an summary.rms object", {
expect_equal(inherits(summary(prostate.crr), "summary.rms"), TRUE)
})
# Ensure we can pass additional arguments
test_that("We can pass additional summary.rms arguments", {
expect_equal(inherits(summary(prostate.crr, conf.int = 0.75, antilog = FALSE), "summary.rms"), 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.