context("Issue 37")
n0 <- n1 <- 400
e0 <- e1 <- 25
t2x2 <- matrix(c(e0, n0 - e0, e1, n1 - e1), nrow = 2, byrow = TRUE)
test_that("Output is as expected", {
expect_output(
print(BaptistaPike_midP_CI_2x2(t2x2, alpha = 0.05)),
"Baptista-Pike mid-P CI: estimate = 1.0000 \\(95% CI 0.5660 to 1.7667\\)"
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.