powered by
Calculate dose to achieve steady state Cmax for 2-compartmental PK model bolus dosing at steady state
pk_2cmt_bolus_dose_from_cmax( cmax = 1, tau = 12, CL = 3, V = 30, Q = 2, V2 = 20 )
desired trough concentration
dosing interval
clearance
volume of distribution
inter-compartimental clearance
volume of peripheral compartment
dos <- pk_2cmt_bolus_dose_from_cmax( cmax = 10, tau = 12, CL = 5, V = 50, Q = 20, V2 = 200) find_nearest_dose(dos, 100)
Run the code above in your browser using DataLab