Nothing
# Check plot.profileCI()
my_prof <- profileCI(glm.D93, loglik = poisson_loglik, profile = TRUE,
mult = 32, faster = TRUE)
interval1 <- plot(my_prof, parm = 1)
interval2 <- plot(my_prof, parm = "outcome2")
test_that("Symmetric intervals for Poisson GLM", {
expect_equal(interval1, my_prof[1, ])
})
test_that("Symmetric intervals for Poisson GLM", {
expect_equal(interval2, my_prof["outcome2", ])
})
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.