LinAUC | R Documentation |
It calculates AUC and AUMC using the linear trapezoidal method
LinAUC(x, y)
x |
vector values of the independent variable, usually time |
y |
vector values of the dependent variable, usually concentration |
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>
Gabrielsson J, Weiner D. Pharmacokinetic and Pharmacodynamic Data Analysis - Concepts and Applications. 5th ed. 2016.
Shargel L, Yu A. Applied Biopharmaceutics and Pharmacokinetics. 7th ed. 2015.
Rowland M, Tozer TN. Clinical Pharmacokinetics and Pharmacodynamics - Concepts and Applications. 4th ed. 2011.
Gibaldi M, Perrier D. Pharmacokinetics. 2nd ed. revised and expanded. 1982.
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.