AUC calculation
AUC_IQnca.RdCalculation of AUC by selected method. Same methods as in Winnonlin are implemented: "Linear Log", "LinearUp LogDown", "Linear LinearInterpolation", "Linear LinearLogInterpolation" The "Trapezoidal" dose not appear in the name of the method to make it shorter.
AUC_IQnca(x, y, AUCMETHD = "Linear Log", TMAX = NULL, last = TRUE)Arguments
- x
time or similar vector
- y
concentration or similar vector
- AUCMETHD
Defines AUC calculation method. "Linear Log", "LinearUp LogDown", "Linear LinearInterpolation", "Linear LinearLogInterpolation"
- TMAX
TMAX can be provided. If not provided Tmax will be assumed to be included in the provided data and can be determined. Otherwise TMAX can be provided.
- last
if TRUE only return last value
Value
A list with entry for AUC and AUMC. Either a scalar (last) or a vector (all values)
See also
Other Unassigned:
IQReport(),
aux_plotlayout(),
createPages_IQRoutputFigure(),
date2dateday_IQRdataProgramming(),
date2datetime_IQRdataProgramming(),
date2time_IQRdataProgramming(),
geocv(),
geomean(),
geosd(),
getLabels_dataframe(),
intervalAUC_NCA(),
nca_IQdataNCA(),
print.IQdataNCA(),
print.IQnca(),
removeCommata_dataframe(),
scale_y_log10_IQnca(),
summary.IQdataNCA(),
unlabel_dataframe()
