Feature proposition : automatically define $ODE for linear models #993
FelicienLL
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @kylebaron,
For a project, I am modelling with the ADVAN5/7 routines in NONMEM, which are convenient for linear models because there are no ODE to write, just to define the rate constants in $PK. But I wanted to transpose my model to mrgsolve, so equations had to be written eventually... So I wrote a little bit of code to automatically achieve that.
I thought it could have been a nice feature to implement into mrgsolve, for instance in the form of a plugin that would automatically define the $ODE when the model is linear... I don't know if this was something you had already considered? In that case, maybe could this code be helpful? Otherwise, please ignore.
Félicien
Created on 2022-06-15 by the reprex package (v2.0.1)
Beta Was this translation helpful? Give feedback.
All reactions