Create a PKNCAconc object
PKNCAconc(data, ...) # S3 method for default PKNCAconc(data, ...) # S3 method for tbl_df PKNCAconc(data, ...) # S3 method for data.frame PKNCAconc( data, formula, subject, time.nominal, exclude, duration, volume, exclude_half.life, include_half.life, ... )
data | A data frame with concentration (or amount for
urine/feces), time, and the groups defined in |
---|---|
... | Ignored. |
formula | The formula defining the
|
subject | The column indicating the subject number. If not provided,
this defaults to the beginning of the inner groups: For example with
|
time.nominal | (optional) The name of the nominal time column
(if the main time variable is actual time. The |
exclude | (optional) The name of a column with concentrations to
exclude from calculations and summarization. If given, the column
should have values of |
duration | (optional) The duration of collection as is typically used for concentration measurements in urine or feces. |
volume | (optional) The volume (or mass) of collection as is typically used for urine or feces measurements. |
exclude_half.life, include_half.life | Points to exclude from the half-life calculation (still using normal selection rules for the other points) or to include for the half-life (using specifically those points and bypassing automatic point selection). |
A PKNCAconc object that can be used for automated NCA.
Other PKNCA objects:
PKNCAdata()
,
PKNCAdose()
,
PKNCAresults()