Get model properties without compiling it.
Arguments
- mv
rxode2 model variables
Sensitivity-named states (
rx__sens_<state>_BY_<var>__) are stripped of theird/dt()when calcJac/calcSens regenerate the sensitivity block. A state that is read bydelay()is a load-bearing ODE (delay(X, T)requiresd/dt(X)), so it must never be stripped – e.g. nlmixr2est's analytic-cov augmented model supplies delayed sensitivity ODEs directly. Returns the sens states safe to strip (those not referenced by any delay() term).
