View source: R/fraction_of_ss.R
fraction_of_ss | R Documentation |
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)
kel |
drug elimination rate |
halflife |
halflife. Either |
t |
time at which to calculate fraction of steady state |
n |
number of dosing intervals after which to calculate fraction of steady state. Requires |
tau |
dosing interval |
fraction_of_ss(halflife = 24, t = 72)
fraction_of_ss(halflife = 36, n = 3, tau = 24)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.