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