Learn R Programming

NonCompart (version 0.4.7)

tblNCA: Table output NCA

Description

Do multiple NCA and returns a result table. See sNCA for more detail i.e. iAUC

Usage

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="")

Arguments

concData

concentration data table

key

column names of concData to be shown in the output table

colTime

column name for time

colConc

column name for concentration

dose

administered dose

adm

one of "Bolus" or "Infusion" or "Extravascular" to indicate drug administration mode

dur

duration of infusion

doseUnit

unit of dose

timeUnit

unit of time

concUnit

unit of concentration

down

method to calculate AUC, "Linear" or "Log"

R2ADJ

Lowest threshold of adjusted R-square value to do manual slope determination

MW

molecular weight of drug

iAUC

data.frame for interval AUC

Value

Basically same with sNCA

See Also

help, sNCA

Examples

Run this code
# 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