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