pk.nca.intervals {PKNCA} | R Documentation |
Compute NCA for multiple intervals
Description
Compute NCA for multiple intervals
Usage
pk.nca.intervals(
data_conc,
data_dose,
data_intervals,
sparse,
options,
impute,
verbose = FALSE
)
Arguments
data_conc |
A data.frame or tibble with standardized column names as
output from |
data_dose |
A data.frame or tibble with standardized column names as
output from |
data_intervals |
A data.frame or tibble with standardized column names
as output from |
sparse |
Should only sparse calculations be performed (TRUE) or only dense calculations (FALSE)? |
options |
List of changes to the default PKNCA options (see
|
impute |
The column name in |
verbose |
Indicate, by |
Value
A data.frame with all NCA results
[Package PKNCA version 0.11.0 Index]