powered by
Two compartment IV infusion with first-order elimination.
pkmod2cpt(tm, kR, pars, init = c(0, 0), inittm = 0, k20 = 0)
Numeric matrix 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','K12','K21','V1','V2') or ('CL','Q','V1','V2').
Initial concentration. Defaults to 0 in both compartments.
Time of initiation of infusion. Defaults to 0.
Elimination rate constant for second compartment. Defaults to 0.
pkmod2cpt(1,1,c(CL = 15, V1 = 10, Q2 = 10, V2 = 20))
Run the code above in your browser using DataLab