Skip to contents

Get model properties without compiling it.

Usage

.rxSensStrippable(mv)

Arguments

mv

rxode2 model variables

Sensitivity-named states (rx__sens_<state>_BY_<var>__) are stripped of their d/dt() when calcJac/calcSens regenerate the sensitivity block. A state that is read by delay() is a load-bearing ODE (delay(X, T) requires d/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).

Value

rxode2 trans list

Author

Matthew L. Fidler