Description Usage Arguments Value Note Author(s) References See Also
This package combines the deSolve
and nlme
packages for mixed-effects modelling.
1 |
model |
A list including the following elements: |
data |
|
LogParms |
If TRUE, the parameters are reparameterized in terms of the logarithm of the parameters. Default is TRUE. |
JAC |
If TRUE, the Jacobian of the system of ODE's is computed and passed to the ODE solver. In some circumstances, supplying the Jacobian can speed up the computations if the system is stiff. Default is FALSE. |
SEQ |
A logical value, that when TRUE, adds a gradient attribute to the returned value calculated by simultaneous solution of the sensitivity equations associated with the system of ODE's. Default is FALSE. |
rtol |
Relative error tolerance for lsoda. Default is 1E-4. |
atol |
Absolute error tolerance for lsoda. Default is 1E-4. |
tcrit |
Time beyond which the integration should not proceed. Default is NULL. |
hmin |
Minimum value of the integration stepsize. Default is 0. |
hmax |
Maximum value of the integration stepsize. Default is Inf. |
A function compatible with nlme
estimation for systems of ordinary differential equations (ODE's).
For examples of commonly used PK/PD models see PKPDmodels
.
Christoffer W. Tornoe <ctornoe@gmail.com>
Tornoe, C. W. et al. (2004a) "Non-linear mixed-effects pharmacokinetic/pharmacodynamic modelling in NLME using differential equations", Computer Methods and Programs in Biomedicine, 76(1), 31-40 and Tornoe, C. W. et al. (2004b) "Pharmacokinetic/Pharmacodynamic Modelling of GnRH Antagonist Degarelix: A Comparison of the Non-linear Mixed-Effects Programs NONMEM and NLME",Journal of Pharmacokinetics and Pharmacodynamics, 31(6), 441-461.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.