Area Under the Curve(AUC) and Area Under the first Moment Curve(AUMC) by linear-up log-down method
It calculates AUC and AUMC using the linear-up log-down method
LogAUC(x, y)
x
y
This function returns AUC and AUMC by the linear-up log-down method.
AUC: area under the curve
AUMC: area under the first moment curve
Kyun-Seop Bae k@acr.kr
LinAUC,AUC
LinAUC
AUC
LogAUC(Theoph[Theoph$Subject==1, "Time"], Theoph[Theoph$Subject==1, "conc"]) # Compare the last line with the above AUC(Theoph[Theoph$Subject==1, "Time"], Theoph[Theoph$Subject==1, "conc"], down="Log")