View source: R/pk.calc.simple.R
pk.calc.cav | R Documentation |
Calculate the average concentration during an interval.
pk.calc.cav(auc, start, end)
auc |
The area under the curve during the interval |
start |
The start time of the interval |
end |
The end time of the interval |
cav is auc/(end-start)
.
The Cav (average concentration during the interval)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.