Calculate the derivative of an expression with respect to model parameters using sensitivity equations and chain rule
ode.sensitivity(
model,
parms,
times,
solver.opts = list(method = "rk4"),
solver = ode
)odemodel object
named vector of parameter values
time window for which the model should be solved
options for the ode solver (see ode)
ode solver