Description Usage Arguments Details Value
View source: R/nca.check.obs.R
nca.check.obs Checks observed data for compatibility with ncappc and processes the data with various filtering criteria.
1 2 3 4 5 6 7 8 9 | nca.check.obs(obsData, idNmObs = "ID", timeNmObs = "TIME",
concNmObs = "DV", doseType = "ns", doseTime = NULL, Tau = NULL,
filterNm = NULL, filterExcl = NULL, str1Nm = NULL, str1 = NULL,
str2Nm = NULL, str2 = NULL, str3Nm = NULL, str3 = NULL,
AUCTimeRange = NULL, LambdaTimeRange = NULL,
adminType = "extravascular", TI = NULL, doseAmtNm = NULL,
dateColNm = NULL, dateFormat = NULL, timeFormat = "number",
concUnit = NULL, timeUnit = NULL, doseUnit = NULL, blqNm = NULL,
blqExcl = 1, evid = TRUE, evidIncl = 0, mdv = FALSE)
|
obsData |
Observed concentration-time data. |
idNmObs |
Column name for ID in observed data. Default is "ID" |
timeNmObs |
Column name for time in observed data. Default is "TIME" |
concNmObs |
Column name for concentration in observed data. Default is "DV" |
doseType |
Steady-state (ss) or non-steady-state (ns) dose. Default is "ns" |
doseTime |
Dose time prior to the first observation for steady-state
data. Default is |
Tau |
Dosing interval for steady-state data. Default is
|
filterNm |
Column name to filter data. Default is |
filterExcl |
Row exclusion criteria based on the column defined by
|
str1Nm |
Column name for 1st level population stratifier. Default is
|
str1 |
Stratification ID of the members within 1st level stratification
(e.g c(1,2)). Default is |
str2Nm |
Column name for 2nd level population stratifier. Default is
|
str2 |
Stratification ID of the members within 2nd level stratification
(e.g c(1,2)). Default is |
str3Nm |
Column name for 3rd level population stratifier. Default is
|
str3 |
Stratification ID of the members within 3rd level stratification
(e.g c(1,2)). Default is |
AUCTimeRange |
User-defined window of time used to estimate AUC. Default
is |
LambdaTimeRange |
User-defined window of time to estimate elimination
rate-constant. This argument lets the user to choose a specific window of
time to be used to estimate the elimination rate constant (Lambda) in the
elimination phase. The accepted format for the input to this argument is a
numeric array of two elements; |
adminType |
Route of administration. Allowed options are iv-bolus, iv-infusion or extravascular. Default is "extravascular" |
TI |
Infusion duration. If TI is a single numeric value, TI is the same
for all individuals. If TI is the name of a column with numeric data
present in the data set, TI is set to the unique value of the column for a
given individual. Default is |
doseAmtNm |
Column name to specify dose amount. Default is
|
dateColNm |
column name for date if used (e.g. "Date", "DATE"). Default
is |
dateFormat |
date format (D-M-Y, D/M/Y or any other combination of
D,M,Y). Default is |
timeFormat |
time format (number, H:M, H:M:S). Default is "number" |
concUnit |
Unit of concentration (e.g. "ng/mL"). Default is
|
timeUnit |
Unit of time (e.g. "h"). Default is |
doseUnit |
Unit of dose amount (e.g. "ng"). Default is
|
blqNm |
Name of BLQ column if used to exclude data. Default is
|
blqExcl |
Excluded BLQ value; either a numeric value or a logical
condition (e.g. 1 or ">=1" or c(1,">3")). Used only if the |
evid |
If |
evidIncl |
Included values in EVID. Default is "0" |
mdv |
If |
nca.check.obs Checks observed data for compatibility with ncappc.
A list of objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.