pk.calc.mrt.md: Calculate the mean residence time (MRT) for multiple-dose...

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

pk.calc.mrt.mdR Documentation

Calculate the mean residence time (MRT) for multiple-dose data with nonlinear kinetics.

Description

Calculate the mean residence time (MRT) for multiple-dose data with nonlinear kinetics.

Usage

pk.calc.mrt.md(auctau, aumctau, aucinf, tau)

Arguments

auctau

the AUC from time 0 to the end of the dosing interval (tau).

aumctau

the AUMC from time 0 to the end of the dosing interval (tau).

aucinf

the AUC from time 0 to infinity (typically using single-dose data)

tau

the dosing interval

Details

mrt.md is aumctau/auctau + tau*(aucinf-auctau)/auctau and should only be used for multiple dosing with equal intervals between doses.

Note that if aucinf == auctau (as would be the assumption with linear kinetics), the equation becomes the same as the single-dose MRT.

See Also

pk.calc.mrt


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