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(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

Details

cav is auclast/(end-start).

Value

The Cav (average concentration during the interval)


PKNCA documentation built on April 30, 2023, 1:08 a.m.