pk.calc.cav: Calculate the average concentration during an interval.

View source: R/pk.calc.simple.R

pk.calc.cavR 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)


billdenney/pknca documentation built on April 1, 2024, 10:45 p.m.