ode.sensitivity | R Documentation |
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 )
model |
odemodel object |
parms |
named vector of parameter values |
times |
time window for which the model should be solved |
solver.opts |
options for the ode solver (see |
solver |
ode solver |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.