Nothing
test_that("BF_for_everyone works", {
# Create data
cars2 <- cars
cars2[["parts"]] <- rep(1:10, each = 5)
# Run analysis
res <- BF_for_everyone(.df = cars2, .participant = "parts",
formula = "dist ~ speed", hypothesis = "speed > 0")
expect_equal(length(res), 6)
})
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.