study_mbb_acc | R Documentation |
Analyze synthetic data from multivariate beta-binomial model.
study_mbb_acc(
instance = sample_mbb_acc(),
prob = 0.95,
method = c("sample", "copula", "approx"),
prior = c("vague", "correct", "liberal"),
contrast = c("raw", "rdm"),
data = NULL,
job = NULL
)
instance |
result of |
prob |
numeric, coverage probability |
method |
character, inference method ("sample", "copula" or "approx") |
prior |
character, specifies the prior assumptions ("vague", "correct" or "liberal") |
contrast |
character, specifies the contrast to be applied ("raw" or "rdm") |
data |
ignored (required for batchtools compatibility) |
job |
ignored (required for batchtools compatibility) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.