test_that("visualize: general tests", {
set.seed(123)
data <- generate_data_roc(n=400,
prev=c(0.25, 0.75),
m =4,
auc=c(0.9, 0.95),
e = 10,
modnames = LETTERS[1:4])
expect_s3_class(visualize(study_dta(data)), "ggplot")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.