Nothing
library(insurancerating)
context("construct_tariff_classes")
test_that("check if object is of fitgam class", {
x <- fit_gam(MTPL, nclaims = nclaims, x = age_policyholder,
exposure = exposure)
expect_is(x, "fitgam")
})
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.