JAGS ModelsThis 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. The arguments of
model1, model2 model functions (if any) are not combined in any way.
h_jags_join_models(model1, model2)joined models.
(function)
the first model to join.
(function)
the second model to join.