Choose how to interpolate, extrapolate, or integrate data in each concentration interval
choose_interval_method(conc, time, tlast, method, auc.type, options)
A character vector of methods for interpolation/extrapolation
methods that is the same length as conc
which indicates how to
interpolate/integrate between each of the concentrations (all but the last
value in the vector) and how to extrapolate after tlast
(the last item in
the vector). Possible values in the vector are: 'zero', 'linear', 'log',
and 'extrap_log'
Measured concentrations
Time of the measurement of the concentrations
Time of last concentration above the limit of quantification (will be calculated, if not provided)
The method for integration (one of 'lin up/log down', 'lin-log', or 'linear')
The type of AUC to compute. Choices are 'AUCinf', 'AUClast', and 'AUCall'.
List of changes to the default PKNCA options (see
PKNCA.options()
)