- dat
A data frame containing pharmacokinetic data in the standard
nlmixr2 format, including required columns such as ID, EVID, DV, and
dose.
- est.method
Estimation method used in nlmixr2. Defaults to "nls".
- input.ka
Initial estimate for the absorption rate constant (Ka).
Defaults to exp(1), corresponding to a log-scale value of 1.
- input.cl
Initial estimate for clearance (CL). Defaults to exp(1),
corresponding to a log-scale value of 1.
- input.vc3cmpt
Initial estimate for central volume of distribution (Vc).
Defaults to exp(1), corresponding to a log-scale value of 1.
- input.vp3cmpt
Initial estimate for first peripheral volume (Vp1).
Defaults to exp(1), corresponding to a log-scale value of 1.
- input.vp23cmpt
Initial estimate for second peripheral volume (Vp2).
Defaults to exp(1), corresponding to a log-scale value of 1.
- input.q3cmpt
Initial estimate for intercompartmental clearance Q1.
Defaults to exp(1), corresponding to a log-scale value of 1.
- input.q23cmpt
Initial estimate for intercompartmental clearance Q2.
Defaults to exp(1), corresponding to a log-scale value of 1.
- input.add
Additive error term. Defaults to 1.