Nothing
test_that("AIC.pmrm_fit()", {
expect_equal(
AIC(fit_decline_proportional()),
fit_decline_proportional()$metrics$aic
)
expect_equal(
AIC(fit_slowing_nonproportional()),
fit_slowing_nonproportional()$metrics$aic
)
})
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.