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