View source: R/adjointDiscrete.R
| rxSolveAdjointRk4 | R Documentation |
s) methodApplies the (cached) adjoint expansion, solves with the requested adjoint
method, and drops the internal rx__adj* lhs, returning the full-trajectory
rx__sens_<state>_BY_<param>__ columns. The stiff analytic Jacobian is
emitted into the expansion automatically, inferred from method.
rxSolveAdjointRk4(
object,
events,
params = NULL,
calcSens,
method = "rk4s",
...
)
object |
model definition accepted by |
events |
an rxode2 event table / data set. |
params |
optional named parameter vector or data frame (per subject). |
calcSens |
character vector of parameters to differentiate w.r.t. |
method |
adjoint solve method (default |
... |
passed to |
the solved data frame with rx__sens_<state>_BY_<param>__ columns.
Matthew L. Fidler
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.