Nothing
test_that("plot.pmrm_fit() proportional decline", {
out <- plot(fit_decline_proportional(), show_predictions = TRUE, facet = TRUE)
expect_s3_class(out, "ggplot")
})
test_that("plot.pmrm_fit() non-proportional slowing", {
out <- plot(fit_slowing_nonproportional(), facet = FALSE)
expect_s3_class(out, "ggplot")
})
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.