Usage
est.nca(time, conc, backExtrp = FALSE, negConcExcl = FALSE,
doseType = "ns", adminType = "extravascular", doseAmt = NULL,
method = "linear-log", AUCTimeRange = NULL, LambdaTimeRange = NULL,
LambdaExclude = NULL, doseTime = doseTime, Tau = NULL, TI = NULL,
simFile = NULL, dset = "obs")
Arguments
time
Numeric array for time
conc
Numeric array for concentration
backExtrp
If back-extrapolation is needed for AUC (TRUE or FALSE)
(FALSE)
negConcExcl
Exclude -ve conc (FALSE)
doseType
Steady-state (ss) or nonsteady-state (ns) dose
("ns")
adminType
Route of administration
(iv-bolus,iv-infusion,extravascular) ("extravascular")
doseAmt
Dose amounts ("NULL")
method
linear, log or linear-log ("linear-log")
AUCTimeRange
User-defined window of time used to estimate AUC
("NULL")
LambdaTimeRange
User-defined window of time to estimate elimination
rate-constant ("NULL")
LambdaExclude
User-defined excluded observation time points for
estimation of elimination rate-constant ("NULL")
doseTime
Dose time prior to the first observation for steady-state data (NULL)
Tau
Dosing interval for steady-state data ("NULL")
TI
Infusion duration ("NULL")
simFile
Name of the simulated concentration-time data if present
("NULL")
dset
Type, i.e., observed or simulated concentration-time data set
("obs" or "sim") ("obs")