Calculate dose to achieve steady state Cmax for 2-compartmental PK model with infusion dosing at steady state
Source:R/pk_2cmt_inf_dose_from_cmax.R
pk_2cmt_inf_dose_from_cmax.Rd
Calculate dose to achieve steady state Cmax for 2-compartmental PK model with infusion dosing at steady state
Examples
dos <- pk_2cmt_inf_dose_from_cmax(
cmax = 25, tau = 12, t_inf = 2,
CL = 5, V = 50, Q = 20, V2 = 200)
find_nearest_dose(dos, 100)
#> [1] 1000