Nothing
test_that("Check whether the tolerance check to determine the end of the MM algorithm works", {
expect_true(check_has_converged(old_value = 1, new_value = 1.00001, tolerance = 0.1))
expect_false(check_has_converged(old_value = 1, new_value = 2, tolerance = 0.1))
})
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.