tblNCA {pkr} | R Documentation |
Table output NCA
Description
do multiple NCA and returns a result table.
Usage
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)
Arguments
concData |
concentration data table |
key |
column names of concData to be shown at the output table |
colTime |
column name for time |
colConc |
column name for concentration |
dose |
administered dose |
adm |
one of |
dur |
duration of infusion |
doseUnit |
unit of dose |
timeUnit |
unit of time |
concUnit |
unit of concentration |
down |
method to calculate AUC, |
MW |
molecular weight of drug |
returnNA |
if |
Value
Basically same with sNCA
Author(s)
Kyun-Seop Bae <k@acr.kr>
See Also
Examples
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")
[Package pkr version 0.1.3 Index]