View source: R/auc_integrate.R
choose_interval_method | R Documentation |
Choose how to interpolate, extrapolate, or integrate data in each concentration interval
choose_interval_method(conc, time, tlast, method, auc.type, options)
conc |
Measured concentrations |
time |
Time of the measurement of the concentrations |
tlast |
Time of last concentration above the limit of quantification (will be calculated, if not provided) |
method |
The method for integration (one of 'lin up/log down', 'lin-log', or 'linear') |
auc.type |
The type of AUC to compute. Choices are 'AUCinf', 'AUClast', and 'AUCall'. |
options |
List of changes to the default PKNCA options (see
|
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'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.