| .rxAdjointGradPop | R Documentation |
Computes dOFV/dtheta = sum_subjects dG_i/dtheta with one backward sweep per
subject. The symbolic model is built once (.rxAdjointGradBuild()) and
reused per subject.
Assumes a shared dosing regimen across subjects.
.rxAdjointGradPop(
object,
params,
events,
calcSens,
pred,
data,
errModel = NULL,
denseBy = 0.01,
useC = TRUE,
atol = 1e-10,
rtol = 1e-10
)
object |
model definition accepted by |
params |
named numeric vector of parameter values. |
events |
event table / data used to define dosing. |
calcSens |
character vector of parameter names to differentiate with respect to. |
pred |
character prediction expression |
data |
data.frame of observations with columns |
errModel |
|
denseBy |
grid spacing for the forward checkpoint trajectory; smaller values reduce the covariate-interpolation error. |
useC |
use the C++ sweep ( |
atol, rtol |
solver tolerances used for both the forward checkpoint and the backward sweeps. |
named numeric vector dOFV/dtheta over calcSens.
Matthew L. Fidler
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.