One-compartment model using $DES
To demonstrate how to $DES for general ODE models, we use it to
reproduce the ADVAN2 model (example "CONTROL7" in NONMEM release)
|
|
Here we use $MODEL to designate compartment 1 "DEPOT", as the dose
compartment (DEFDOSE), and compartment 2 "CENTRL", as the observation
compartment (DEFOBS). The $DES block describes the derivatives DADT on the LHS using
drug amount A on the RHS. Note that $DES must be used along with
$MODEL to specify the nature of the compartments. Note that from the
ODE perspective, despite the one-compartment model nomeclasure, $MODEL specifes
two compartments. One can in fact explicitly specify the number of
compartments using
|
|
Because the model requires numerical solution (using ADVAN6), one must also specify tolerance using TOL.