est.nca: Estimate individual NCA metrics.

Description Usage Arguments Details Value

View source: R/est.nca.R

Description

Estimates a comprehensive set of NCA metrics for a given individual using concentration vs. time data.

Usage

1
2
3
4
5
6
7
est.nca(time, conc, backExtrp = FALSE, negConcExcl = FALSE,
  doseType = "ns", adminType = "extravascular", doseAmt = NULL,
  method = "linearup-logdown", AUCTimeRange = NULL,
  LambdaTimeRange = NULL, LambdaExclude = NULL, doseTime = doseTime,
  Tau = NULL, TI = NULL, simFile = NULL, dset = "obs",
  onlyNCA = FALSE, extrapolate = FALSE, sparse_compute = FALSE,
  force_extrapolate = FALSE, ...)

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 non-steady-state (ns) dose ("ns")

adminType

Route of administration (iv-bolus,iv-infusion,extravascular) ("extravascular")

doseAmt

Dose amounts ("NULL")

method

Method to estimate AUC. The "linear" method applies the linear trapezoidal rule to estimate the area under the curve. The "log" method applies the logarithmic trapezoidal rule to estimate the area under the curve. The "linearup-logdown" method applies the linear trapezoidal rule to estimate the area under the curve for the ascending part of the curve and the logarithmic trapezoidal rule to estimate the area under the curve for the descending part of the curve.

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")

onlyNCA

If TRUE only NCA is performed and ppc part is ignored although simFile is not NULL. Default is FALSE

extrapolate

Should the function extrapolate from the last observation to infinity?

sparse_compute

Should NCA metrics be computed even with only one sample?

force_extrapolate

Extrapolate AUC_inf with sparse data. Sparse data is defined as fewer than 3 points after Cmax for non-bolus input. In that case, Cmax is included in the extrapolation and only one extra point in required for extrapolation.

...

Arguments passed from other functions. Not used.

Details

est.nca estimates a comprehensive set of NCA metrics using the concentration-time profile of an individual. NCA metrics are estimated according to traditional PK calculations. The names of the various NCA metrics estimated in this package are assigned mainly following the names used in WinNonlin. This package accepts any of the three different types of drug administration, (i) iv-bolus, (ii) iv-infusion and (iii) extravascular; ncappc also can accept both non-steady state and steady-state data. The NCA metrics that are estimated and reported by ncappc are listed below.

Value

An array of estimated NCA metrics


ncappc documentation built on May 1, 2019, 7:31 p.m.