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