
Last chance! 50% off unlimited learning
Sale ends in
Do multiple NCA and returns a result table. See sNCA
for more detail i.e. iAUC
tblNCA(concData, key = "Subject", colTime = "Time", colConc = "conc", dose = 0,
adm = "Extravascular", dur = 0, doseUnit = "mg", timeUnit = "h",
concUnit = "ug/L", down = "Linear", R2ADJ = 0, MW = 0, SS = FALSE,
iAUC = "", excludeDelta = 1)
Basically same with sNCA
concentration data table
column names of concData to be shown in the output table
column name for time
column name for concentration
administered dose
one of "Bolus"
or "Infusion"
or "Extravascular"
to indicate drug administration mode
duration of infusion
unit of dose
unit of time
unit of concentration
method to calculate AUC, "Linear"
or "Log"
Lowest threshold of adjusted R-square value to do manual slope determination
molecular weight of drug
if steady-state, this should be TRUE. AUCLST (AUClast) is used instead of AUCIFO (AUCinf) for the calculation of Vz (VZFO, VZO), CL (CLFO, CLO), and Vdss (VSSO).
data.frame for interval AUC
Improvement of R2ADJ larger than this value could exclude the last point. Default value 1 is for the compatibility with other software.
Kyun-Seop Bae <k@acr.kr>
Tabular output of NCA with many subjects. Author recommends to use excludeDelta
option with about 0.3.
help
, sNCA
tblNCA(Theoph, key="Subject", dose=320, concUnit="mg/L")
tblNCA(Indometh, key="Subject", colTime="time", colConc="conc", dose=25,
adm="Infusion", dur=0.5, concUnit="mg/L")
Run the code above in your browser using DataLab