Collections:
Single Dose AUC Calculation
What Is Single Dose AUC Calculation?
✍: Guest
Single Dose AUC Calculation for Non-Compartmental Analysis (NCA) is relatively simple.
There are 4 commonly used methods:
Trapezoidal, Log-linear trapezoidal, Lagrange polynomial, and Purves,
as described in
"SAS Programming to Calculate AUC in Pharmacokinetic Studies" by John He.
1. Trapezoidal Method - Trapezoidal Method uses a straight line connecting two adjacent concentration-time points to simulate the actual the drug concentration curve.
2. Log-Linear Method - Log-Linear Method uses an exponential curve connecting two adjacent concentration-time points to simulate the actual the drug concentration curve.
3. Lagrange Polynomial Method - Lagrange Polynomial Method uses a cubic polynominal conneting four adjacent concentration-time points to simulate the actual the drug concentration curve.
3. Purves Method - Purves Method is an revised version of the Log-Linear method, by using a parabola through the origin curve for the absorption phase.
Â
⇑⇑ PK/PD Tutorials
2022-12-14, 572👍, 0💬
Popular Posts:
How to use the auc() function in PK R Package? auc() function in the PK R package provides you estim...
Molecule Summary: ID: FYI-1000938 SMILES: O=S(NC(NC1=C(CCC2)C2=CC= C1C3=CC=NC(OC)=C3)=O)(N( C4=CN(C)N=...
Molecule Summary: ID: FYI-1000384 SMILES: C/C(C)=C\\CC/C(C)=C/CC/C (C)=C/CCC(C)=OReceived at FYIcent...
How to use "babel -o fpt ..." command to do similarity search? You can use the "fpt" output file for...
What Is PD (Pharmacodynamic)? PD (Pharmacodynamic) observes effect in a body resulting from a certai...