Nothing
test_that("print outputs the right element for naivepop", {
result <- summary(naivepop_fit_bin)
expect_snapshot(print(result))
})
test_that("print outputs the right element for naive", {
result <- summary(naive_fit_bin)
expect_snapshot(print(result))
})
test_that("print outputs the right element for elastic_net", {
result <- summary(elastic_net_fit_bin)
expect_snapshot(print(result))
})
test_that("summary outputs the right element for horseshoe", {
result <- summary(horseshoe_fit_bin)
expect_snapshot(print(result))
})
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.