powered by
do multiple NCA and returns a result table.
tblNCA(concData, key = "Subject", colTime = "Time", colConc = "conc", dose = 0, adm = "Extravascular", dur = 0, doseUnit = "mg", timeUnit = "h", concUnit = "ug/L", down = "Linear", MW = 0, returnNA = FALSE)
concentration data table
column names of concData to be shown at 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"
molecular weight of drug
if returnNA is TRUE, it returns NA values also.
returnNA
TRUE
Basically same with sNCA
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