nca.check.sim {ncappc} | R Documentation |
Check simulated data
Description
nca.check.sim Checks simulated data for compatibility with ncappc and processes the data with various filtering criteria.
Usage
nca.check.sim(simData, idNmSim = "ID", timeNmSim = "TIME",
concNmSim = "DV", filterNm = NULL, filterExcl = NULL,
str1Nm = NULL, str1 = NULL, str2Nm = NULL, str2 = NULL,
str3Nm = NULL, str3 = NULL, adminType = "extravascular",
TI = NULL, doseAmtNm = NULL, blqNm = NULL, blqExcl = 1,
evid = TRUE, evidIncl = 0, mdv = FALSE)
Arguments
simData |
Simulated concentration-time data. |
idNmSim |
Column name for ID in simulated data. Default is "ID" |
timeNmSim |
Column name for time in simulated data. Default is "TIME" |
concNmSim |
Column name for concentration in simulated data. Default is "DV" |
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 |
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
|
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 |
Details
nca.check.sim Checks simulated data for compatibility with ncappc.
Value
A list of objects