| PKexpr {PKPDmodels} | R Documentation |
Return a formula for the PK model with linear elimination according to the number of compartments, the administration form and the dosage pattern.
PKexpr(admin = c("bolus", "infusion", "oral"),
dosage = c("sd", "md", "ss"), subst = list(), cpt = 1L)
admin |
form of administration of the drug, one of
|
dosage |
form of dosage, one of |
subst |
a list of formulas of substitutions to perform |
cpt |
scalar integer - the number of model compartments. |
a formula
## single-dose oral administration
PKexpr("oral", "sd")