Nothing
context("anovaBF")
test_that("Puzzles example works", {
data(puzzles)
bf = anovaBF(RT ~ shape*color + ID, data = puzzles, whichRandom = "ID",
iterations=1000, progress = FALSE)
expect_that(bf, is_a("BFBayesFactor"))
expect_that(length(bf), is_equivalent_to(4))
})
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.