Nothing
test_that("replext_t2 works", {
# Test replext_t2_c1.1
res <- replext_t2_c1.1(n1 = c(4,5), n2 = c(4,5), n_simulations = 5)
expect_equal(nrow(res), 2)
expect_equal(ncol(res), 7)
expect_s3_class(res, "data.frame")
rm(res)
# Test replext_t2_c3.2
res <- replext_t2_c3.2(n1 = c(4,5), n2 = c(4,5), n_simulations = 5)
expect_equal(nrow(res), 2)
expect_equal(ncol(res), 7)
expect_s3_class(res, "data.frame")
})
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.