Learn R Programming

PKNCA (version 0.10.0)

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)

Value

The Cav (average concentration during the interval)

Arguments

auclast

The area under the curve during the interval

start

The starting time of the interval

end

The ending time of the interval

Details

cav is auclast/(end-start).