powered by
One compartment IV infusion with first-order elimination.
pkmod1cpt(tm, kR, pars, init = 0)
Numeric vector of concentrations for a constant infusion rate
Vector of times to evaluate the PK function at
Infusion rate (e.g. ml/min).
Named vector of parameters with names ('k10','v1') or ('cl','v1').
Initial concentration. Defaults to 0.
pkmod1cpt(1,1,c(k10 = 0.5, v1 = 1)) pkmod1cpt(1,1,c(KE = 0.5, v1 = 1)) pkmod1cpt(1,1,c(CL = 0.5, v1 = 1))
Run the code above in your browser using DataLab