Table output of gAUCs
Do multiple AUCs and returns a result table. See gNCA
for more detail i.e. iAUC
tblAUC(Data, key = "Subject", colX = "Time", colY = "Y", iAUC = "", Ymax = "Emax", XofYmax = "TEmax", AUCname = "AUEClast", Outer = "NEAREST")
Data
: data table namekey
: column names of Data to be shown in the output tablecolX
: column name for x axiscolY
: column name for y axisiAUC
: a data.frame to calculate interval AUCsYmax
: usually Cmax or EmaxXofYmax
: usually Tmax or TEmaxAUCname
: usually AUClast or AUEClastOuter
: indicates how to do the out of x range pointTabular output of AUC with many subjects. This calculates only Cmax(Emax), Tmax(TEmax), AUCs
Basically same with gAUC
Kyun-Seop Bae k@acr.kr
help
, gAUC
tblAUC(Theoph, key="Subject", colX="Time", colY="conc") iAUC = data.frame(Name=c("AUC[0-12h]","AUC[0-24h]"), Start=c(0,0), End=c(12,24)) tblAUC(Indometh, key="Subject", colX="time", colY="conc", iAUC=iAUC)