Nothing
library(insurancerating)
context("overdispersion")
test_that("check if object is of overdispersion class", {
x <- glm(nclaims ~ area, offset = log(exposure), family = poisson(),
data = MTPL2)
x_disp <- check_overdispersion(x)
expect_is(x_disp, "overdispersion")
})
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.