Nothing
test_that(
desc = "meta_analysis works - robust",
code = {
skip_if_not_installed("metaplus")
set.seed(123)
df <- meta_analysis(data_meta, type = "robust", random = "normal")
set.seed(123)
expect_snapshot(select(df, -expression))
expect_snapshot(df[["expression"]])
}
)
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.