Nothing
library("testthat")
library("permute")
context("Testing shuffleSet()")
test_that("numPerms works with complex, but small, design", {
h <- how(within = Within(type = "series", constant = TRUE),
plots = Plots(strata = gl(2, 5), type = "series", mirror = TRUE))
np <- numPerms(10, control = h)
expect_is(np, "numeric")
expect_equal(np, 10)
})
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.