View source: R/class-PKNCAdata.R
PKNCAdata | R Documentation |
PKNCAdata()
combines PKNCAconc
and PKNCAdose
objects and adds in the
intervals for PK calculations.
PKNCAdata(data.conc, data.dose, ...)
## S3 method for class 'PKNCAconc'
PKNCAdata(data.conc, data.dose, ...)
## S3 method for class 'PKNCAdose'
PKNCAdata(data.conc, data.dose, ...)
## Default S3 method:
PKNCAdata(
data.conc,
data.dose,
...,
formula.conc,
formula.dose,
impute = NA_character_,
intervals,
units,
options = list()
)
data.conc |
Concentration data as a |
data.dose |
Dosing data as a |
... |
arguments passed to |
formula.conc |
Formula for making a |
formula.dose |
Formula for making a |
impute |
Methods for imputation. |
intervals |
A data frame with the AUC interval specifications as defined
in |
units |
A data.frame of unit assignments and conversions as created by
|
options |
List of changes to the default PKNCA options (see
|
If data.dose
is not given or is NA
, then the intervals
must be
given. At least one of data.dose
and intervals
must be given.
A PKNCAdata object with concentration, dose, interval, and calculation options stored (note that PKNCAdata objects can also have results after a NCA calculations are done to the data).
choose.auc.intervals()
, pk.nca()
, pknca_units_table()
Other PKNCA objects:
PKNCAconc()
,
PKNCAdose()
,
PKNCAresults()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.