pk.calc.time_above | R Documentation |
Interpolation is performed aligning with PKNCA.options("auc.method")
.
Extrapolation outside of the measured times is not yet implemented. The
method
may be changed by giving a named method
argument, as well.
pk.calc.time_above(conc, time, conc_above, ..., options = list(), check = TRUE)
conc |
Measured concentrations |
time |
Time of the measurement of the concentrations |
conc_above |
The concentration to be above |
... |
Extra arguments. Currently, the only extra argument that is used
is |
options |
List of changes to the default PKNCA options (see
|
check |
Run |
For 'lin up/log down'
, if clast
is above conc_above
and there are
concentrations BLQ after that, linear down is used to extrapolate to the BLQ
concentration (equivalent to AUCall).
the time above the given concentration
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.