pk.calc.cav {PKNCA} | R Documentation |
Calculate the average concentration during an interval.
Description
Calculate the average concentration during an interval.
Usage
pk.calc.cav(auc, start, end)
Arguments
auc |
The area under the curve during the interval |
start |
The start time of the interval |
end |
The end time of the interval |
Details
cav is auc/(end-start)
.
Value
The Cav (average concentration during the interval)
[Package PKNCA version 0.11.0 Index]