View source: R/accumulation_ratio.R
accumulation_ratio | R Documentation |
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)
kel |
drug elimination rate |
halflife |
halflife. Either 'kel' or 'halflife' is required. |
tau |
dosing interval |
accumulation_ratio(halflife = 24, tau = 24)
accumulation_ratio(kel = 0.08, tau = 12)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.