Nothing
test_that("re model works with f", {
out <- f(~ 1 + x,
model = re(),
noise = noise_nig(),
data = data.frame(x = 1:7)
)
expect_true(inherits(out, "ngme_model"))
expect_equal(out$operator$model, "re")
})
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.