Nothing
data("simResults")
test_that("sim_beta returns an object with certain characteristics",{
alpha = 0.05
results <- sim_beta(simResults, alpha)
testthat::expect_s3_class(results, "ecocbo_beta")
testthat::expect_equal(nrow(results$Power),
(max(simResults$Results[,3])-1) * (max(simResults$Results[,4])-1))
testthat::expect_error(sim_beta(simResults, alpha = 2), "smaller")
})
test_that("no error in documentation", {
expect_silent(help("sim_beta"))
})
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.