R/pk.calc.simple.R
pk.calc.cav.Rd
Calculate the average concentration during an interval.
pk.calc.cav(auc, start, end)
The area under the curve during the interval
The start time of the interval
The end time of the interval
The Cav (average concentration during the interval)
cav is auc/(end-start).
auc/(end-start)