pk.nca | R Documentation |
The pk.nca
function computes the NCA parameters from a PKNCAdata
object.
All options for the calculation and input data are set in prior functions
(PKNCAconc
, PKNCAdose
, and PKNCAdata
). Options for calculations are
set either in PKNCAdata
or with the current default options in
PKNCA.options
.
pk.nca(data, verbose = FALSE)
data |
A PKNCAdata object |
verbose |
Indicate, by |
When performing calculations, all time results are relative to the start of
the interval. For example, if an interval starts at 168 hours, ends at 192
hours, and and the maximum concentration is at 169 hours, tmax=169-168=1
.
A PKNCAresults
object.
PKNCAdata()
, PKNCA.options()
, summary.PKNCAresults()
,
as.data.frame.PKNCAresults()
, exclude()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.