Usage
est.nca(time, conc, backExtrp = "FALSE", negConcExcl = "FALSE",
doseType = "ns", adminType = "extravascular", doseNm = NULL,
dose = NULL, doseNumber = NULL, doseAmt = NULL, method = "linear",
AUCTimeRange = NULL, LambdaTimeRange = NULL, LambdaExclude = NULL,
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,ss,extravascular) ("extravascular")
doseNm
Column name to specify dose identifiers ("NULL")
dose
Dose identifiers used in the entire data (c(1,2)) ("NULL")
doseNumber
Dose identifier used in this estimation (1) ("NULL")
doseAmt
Dose amounts ("NULL")
method
linear, loglinear or mixed ("linear")
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 observations during estimation of
elimination rate-constant ("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")