Please also provide the following information in addition to your question:
- Operating System: Ubuntu 18.04
- brms Version: 2.8.8
Hello!
I went through this post about how to fit a ODE model with brms
. However, there is only one variable of interest, y, which is computed based on the three quantities computed in the ODE.
Is there a solution to use brms
with more than one quantity of interest? For exemple, by reproducing the Predator-Prey case study? I have an ODE system with 10 variables, and I would love to use brms
to make prior predictive checks and predictions.
Thank you!
Lucas