Input restrictions are:
the
concandtimemust be the same length,the
timemay have no NAs,
NA will be returned if:
the length of
concandtimeis 0all
concisNA
Usage
pk.calc.tmin(conc, time, options = list(), first.tmin = NULL, check = TRUE)Arguments
- conc
Measured concentrations
- time
Time of the measurement of the concentrations
- options
List of changes to the default PKNCA options (see
PKNCA.options())- first.tmin
If there is more than one time point with the minimum value (Cmin), which time should be selected for Tmin? If 'TRUE', the first will be selected. If not, then the last is considered Tmin.
- check
Run
assert_conc_time()?