nlmixr2 / nlmixr2est

nlmixr2 estimation routines
https://nlmixr2.github.io/nlmixr2est/
GNU General Public License v2.0
7 stars 3 forks source link

`mu` referencing based on derived variables #478

Closed mattfidler closed 2 months ago

mattfidler commented 2 months ago

Need to have mu referencing based on derived variables for example:

if (cat == "a" || cat == "b") {
   v <- "high"
} else {
  v <- "low"
}
a = tA + eta.a + (v == "high") * v.high