Compute NCA for multiple intervals
pk.nca.intervals(
data_conc,
data_dose,
data_intervals,
sparse,
options,
impute,
verbose = FALSE
)
A data.frame with all NCA results
A data.frame or tibble with standardized column names as
output from prepare_PKNCAconc()
A data.frame or tibble with standardized column names as
output from prepare_PKNCAdose()
A data.frame or tibble with standardized column names
as output from prepare_PKNCAintervals()
Should only sparse calculations be performed (TRUE) or only dense calculations (FALSE)?
List of changes to the default PKNCA options (see
PKNCA.options()
)
The column name in data_intervals
to use for imputation
Indicate, by message()
, the current state of calculation.