nlmixr2 / rxode2

rxode2
https://nlmixr2.github.io/rxode2/
GNU General Public License v3.0
24 stars 6 forks source link

Feature request: `mtime()` can depend on state values. Right now these values are undefined. #672

Open mattfidler opened 3 months ago

mattfidler commented 3 months ago

At the very least these values should be NA instead of garbage.

mattfidler commented 3 months ago

This is now NA (in the development version), though this requires state based changes in the ODE solving (which is coming) as well.