Learn R Programming

PKNCA (version 0.9.4)

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

Description

Calculate the average concentration during an interval.

Usage

pk.calc.cav(auclast, start, end)

Arguments

auclast

The area under the curve during the interval

start

The starting time of the interval

end

The ending time of the interval

Value

The Cav (average concentration during the interval)

Details

cav is auclast/(end-start).