pk.calc.aucabove: Calculate the AUC above a given concentration

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

pk.calc.aucaboveR Documentation

Calculate the AUC above a given concentration

Description

Concentrations below the given concentration (conc_above) will be set to zero.

Usage

pk.calc.aucabove(conc, time, conc_above = NA_real_, ..., options = list())

Arguments

conc

Concentration measured

time

Time of concentration measurement (must be monotonically increasing and the same length as the concentration data)

conc_above

The concentration to be above

...

Extra arguments. Currently, the only extra argument that is used is method as described in the details section.

options

List of changes to the default PKNCA.options for calculations.

Value

The AUC of the concentration above the limit


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