PKNCA estimation control
pkncaControl(
concu = NA_character_,
doseu = NA_character_,
timeu = NA_character_,
volumeu = NA_character_,
vpMult = 2,
qMult = 1/2,
vp2Mult = 4,
q2Mult = 1/4,
dvParam = "cp",
groups = character(),
sparse = FALSE,
ncaData = NULL,
ncaResults = NULL,
rxControl = rxode2::rxControl()
)
A list of parameters
concentration, dose, and time units from the source
data (passed to PKNCA::pknca_units_table()
).
compartment volume for the model (if NULL
, simplified
units from source data will be used)
Multipliers for vc and cl to provide initial estimates for vp, q, vp2, and q2
The parameter name in the model that should be modified for concentration unit conversions. It must be assigned on a line by itself, separate from the residual error model line.
Grouping columns for NCA summaries by group (required if
sparse = TRUE
)
Are the concentration-time data sparse PK (commonly used in small nonclinical species or with terminal or difficult sampling) or dense PK (commonly used in clinical studies or larger nonclinical species)?
Data to use for calculating NCA parameters. Typical use is when a subset of the original data are informative for NCA.
Already computed NCA results (a PKNCAresults object) to bypass automatic calculations. At least the following parameters must be calculated in the NCA: tmax, cmax.dn, cl.last
Control options sent to rxode2::rxControl()