metrumresearchgroup / mrgsolve

Simulate from ODE-based population PK/PD and QSP models in R
https://mrgsolve.org
GNU General Public License v2.0
132 stars 36 forks source link

Fix bug when ETA in first column when using etasrc="data" #1095

Closed kylebaron closed 1 year ago

kylebaron commented 1 year ago

This bug was discovered when implementing #1092 ; when there is an ETA in the first column, it is not detected by get_etas().

See #1094 and #1092 for discussion