Last chance! 50% off unlimited learning
Sale ends in
It calculates AUC and AUMC using linear-up log-down method
LogAUC(x, y)
vector values of independent variable, usually time
vector values of dependent variable, usually concentration
area under the curve
area under the first moment curve
This function returns AUC and AUMC by linear-up log-down method.
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.
# NOT RUN {
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")
# }
Run the code above in your browser using DataLab