Set Stan inputs
1 2 3 4 5 6 7 8 9 | set_stan(
df = d0,
calib = calib_unit_test(),
modelnb = 6,
n_iter = 200,
n_warmup = 150,
n_chains = 2,
n_core = 2
)
|
df |
sample data |
calib |
named vector of "ncc", "npp", "TP", "TN" counts |
modelnb |
for reference in ouput name |
n_iter, n_warmup, n_chains, n_core |
mcmc parameter |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.