powered by
Do multiple NCA and returns a result table. See sNCA for more detail i.e. iAUC
sNCA
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.9, MW = 0, iAUC="")
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
"Bolus"
"Infusion"
"Extravascular"
duration of infusion
unit of dose
unit of time
unit of concentration
method to calculate AUC, "Linear" or "Log"
"Linear"
"Log"
Lowest threshold of adjusted R-square value to do manual slope determination
molecular weight of drug
data.frame for interval AUC
Basically same with sNCA
help, sNCA
help
# NOT RUN { 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