Description Usage Arguments Value Note
This helper function joins two JAGS models in the way that the body of the second model is appended to the body of the first model (in this order). After that, the first, body-extended model is returned.
1 | h_jags_join_models(model1, model2)
|
model1 |
( |
model2 |
( |
joined models.
model1
and model2
functions must have a multi-expression
body, i.e. braced expression(s). Environments or any attributes of the
function bodies are not preserved in any way after joining.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.