Nothing
test_that("test.linear_re function behaves correctly", {
data(ExampleDataLinear)
Y <- ExampleDataLinear$Y
Z <- ExampleDataLinear$Z
ID <- ExampleDataLinear$ID
fit_re <- linear_re(Y = Y, Z = Z, ID = ID)
test_all <- test(fit_re)
test_parm <- test(fit_re, parm = c(1, 3:5, 9))
expect_true(all(test_parm == test_all[c(1,3:5,9),]),
info = "Argument 'parm' behaves correctly.")
})
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.