powered by
Calculate accumulation ratio This is the ratio of drug concentration or AUC at steady state over concentrations after single dose
accumulation_ratio(kel = NULL, halflife = NULL, tau = 24)
drug elimination rate
halflife. Either `kel` or `halflife` is required.
dosing interval
accumulation_ratio(halflife = 24, tau = 24) accumulation_ratio(kel = 0.08, tau = 12)
Run the code above in your browser using DataLab