pk.calc.clast.obs: Determine the last observed concentration above the limit of
quantification (LOQ).
Description
If Tlast is NA (due to no non-missing above LOQ measurements), this
will return NA.
Usage
pk.calc.clast.obs(conc, time, check = TRUE)
Value
The last observed concentration above the LOQ
Arguments
- conc
Concentration measured
- time
Time of concentration measurement
- check
Run check.conc.time
?