Nothing
data_covs <- data.frame(
n = 10,
r = 3,
study = c(1, 2, 2),
stratum = factor(c("A", "A", "B"))
)
data_covs$group <- paste(data_covs$study, data_covs$stratum, sep = "/")
data_covs$id <- as.integer(factor(data_covs$group))
fixture_call <- quote(
gMAP(
cbind(r, n - r) ~ 1 | id,
family = binomial,
tau.strata = stratum,
data = data_covs,
tau.dist = "Fixed",
tau.prior = c(0.25, 0.5),
beta.prior = 2,
warmup = 1000,
iter = 2000,
chains = 4,
thin = 1
)
)
fixture_seed <- 34253L
compact_seed <- 873461L
compact_nc <- 1L
compact_digits <- 4L
compact_data_objects <- "data_covs"
fixture <- suppressWarnings(
compact_gmap_fixture_sample(fixture_call, seed = fixture_seed)
)
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.