View source: R/pk.calc.simple.R
pk.calc.tmax | R Documentation |
Input restrictions are:
the conc
and time
must be the same length,
the time
may have no NAs,
NA
will be returned if:
the length of conc
and time
is 0
all conc
is 0 or NA
pk.calc.tmax(conc, time, options = list(), first.tmax = NULL, check = TRUE)
conc |
Measured concentrations |
time |
Time of the measurement of the concentrations |
options |
List of changes to the default PKNCA options (see
|
first.tmax |
If there is more than time that matches the maximum concentration, should the first be considered as Tmax? If not, then the last is considered Tmax. |
check |
Run |
The time of the maximum concentration
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.