time_to_ss | R Documentation |
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)
kel |
drug elimination rate |
halflife |
halflife. Either |
ss |
level considered "steady state", e.g. |
in_doses |
return the number of doses instead of time unit? Default |
tau |
dosing interval |
time_to_ss(halflife = 12, ss = 0.9)
time_to_ss(halflife = 16, ss = 0.95, in_doses = TRUE, tau = 12)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.