Intervals for AUC are selected by the following metrics:
If only one dose is administered, use the
PKNCA.options("single.dose.aucs")
If more than one dose is administered, estimate the AUC between any two doses that have PK taken at both of the dosing times and at least one time between the doses.
For the final dose of multiple doses, try to determine the dosing interval (\(\tau\)) and estimate the AUC in that interval if multiple samples are taken in the interval.
If there are samples \(> \tau\) after the last dose, calculate the half life after the last dose.
choose.auc.intervals(
time.conc,
time.dosing,
options = list(),
single.dose.aucs = NULL
)
A data frame with columns for start
, end
,
auc.type
, and half.life
. See
check.interval.specification
for column definitions.
The data frame may have zero rows if no intervals could be found.
Time of concentration measurement
Time of dosing
List of changes to the default
PKNCA.options
for calculations.
The AUC specification for single dosing.
pk.calc.auc
, pk.calc.aumc
,
pk.calc.half.life
, PKNCA.options
Other Interval specifications:
add.interval.col()
,
check.interval.deps()
,
check.interval.specification()
,
get.interval.cols()
,
get.parameter.deps()
Other Interval determination:
find.tau()