powered by
Calculate fraction of steady state at particular time after start of dosing
fraction_of_ss(kel = NULL, halflife = NULL, t = NULL, n = NULL, tau = NULL)
drug elimination rate
halflife. Either `kel` or `halflife` is required.
time at which to calculate fraction of steady state
number of dosing intervals after which to calculate fraction of steady state. Requires `tau` as well, cannot be used together with `t` argument.
dosing interval
fraction_of_ss(halflife = 24, t = 72) fraction_of_ss(halflife = 36, n = 3, tau = 24)
Run the code above in your browser using DataLab