pk.calc.aucpext: Calculate the AUC percent extrapolated

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

pk.calc.aucpextR Documentation

Calculate the AUC percent extrapolated

Description

Calculate the AUC percent extrapolated

Usage

pk.calc.aucpext(auclast, aucinf)

Arguments

auclast

the area under the curve from time 0 to the last measurement above the limit of quantification

aucinf

the area under the curve from time 0 to infinity

Details

aucpext is 100*(1-auclast/aucinf).

Value

The numeric value of the AUC percent extrapolated or NA_real_ if any of the following are true is.na(aucinf), is.na(auclast), aucinf <= 0, or auclast <= 0.


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