powered by
Time to steady state In either time units or number of doses
time_to_ss(kel = NULL, halflife = NULL, ss = 0.9, in_doses = FALSE, tau = NULL)
drug elimination rate
halflife. Either `kel` or `halflife` is required.
level considered "steady state", e.g. `0.9` is 90% of true steady state.
return the number of doses instead of time unit? Default `FALSE`. Requires `tau` as well.
dosing interval
time_to_ss(halflife = 12, ss = 0.9) time_to_ss(halflife = 16, ss = 0.95, in_doses = TRUE, tau = 12)
Run the code above in your browser using DataLab