pk.nca.intervals: Compute NCA for multiple intervals

View source: R/pk.calc.all.R

pk.nca.intervalsR 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 prepare_PKNCAconc()

data_dose

A data.frame or tibble with standardized column names as output from prepare_PKNCAdose()

data_intervals

A data.frame or tibble with standardized column names as output from prepare_PKNCAintervals()

sparse

Should only sparse calculations be performed (TRUE) or only dense calculations (FALSE)?

options

List of changes to the default PKNCA options (see PKNCA.options())

impute

The column name in data_intervals to use for imputation

verbose

Indicate, by message(), the current state of calculation.

Value

A data.frame with all NCA results


billdenney/pknca documentation built on April 1, 2024, 10:45 p.m.