accumulation_ratio {clinPK} | R Documentation |
Calculate accumulation ratio This is the ratio of drug concentration or AUC at steady state over concentrations after single dose
Description
Calculate accumulation ratio This is the ratio of drug concentration or AUC at steady state over concentrations after single dose
Usage
accumulation_ratio(kel = NULL, halflife = NULL, tau = 24)
Arguments
kel |
drug elimination rate |
halflife |
halflife. Either 'kel' or 'halflife' is required. |
tau |
dosing interval |
Examples
accumulation_ratio(halflife = 24, tau = 24)
accumulation_ratio(kel = 0.08, tau = 12)
[Package clinPK version 0.13.0 Index]