powered by
This output NCA result to table form.
tabNCA(concData, colSubj = "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 name for subject ID
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, txtNCA, pdfNCA, rtfNCA
help
txtNCA
pdfNCA
rtfNCA
# NOT RUN { tabNCA(Theoph, dose=320, concUnit="mg/L") tabNCA(Indometh, colSubj="Subject", colTime="time", colConc="conc", dose=25, adm="Infusion", dur=0.5, concUnit="mg/L") # }
Run the code above in your browser using DataLab