pk_1cmt_bolus_dose_from_cmin {clinPK} | R Documentation |
Calculate dose to achieve steady state trough for 1-compartmental PK model bolus dosing at steady state
pk_1cmt_bolus_dose_from_cmin(cmin = 1, tau = 12, CL = 3, V = 30)
cmin |
desired trough concentration |
tau |
dosing interval |
CL |
clearance |
V |
volume of distribution |
dos <- pk_1cmt_bolus_dose_from_cmin( cmin = 5, tau = 12, CL = 5, V = 50) find_nearest_dose(dos, 100)