powered by
PKmod(admin = c("bolus", "infusion", "oral"), dosage = c("sd", "md", "ss"), subst = list(), cpt = 1L, hessian = FALSE)
"bolus"
"infusion"
"oral"
"sd"
"md"
"ss"
list(k ~ Cl/V, Cl ~ exp(lCl), V ~ exp(lV))
## return a function with substitutions PKmod("bolus", "sd", list(k ~ Cl/V, Cl ~ exp(lCl), V ~ exp(lV)))
Run the code above in your browser using DataLab