Collections:
auc() Function in PK R Package
How to use the auc() function in PK R Package?
✍: Guest
auc() function in the PK R package provides you
estimation of confidence intervals for the area under
the concentration versus time curve in complete and incomplete data designs.
Example from "Nedelman J. R., Gibiansky E. and Lau D. T. W. (1995). Applying Bailer’s method for AUC confi- dence intervals to sparse sampling. Pharmaceutical Research, 12(1):124-128".
> install.packages("PK")
> library(PK)
> conc = c(2790, 3280, 4980, 7550, 5500, 6650, 2250, 3220, 213, 636)
> time = c(1, 1, 2, 2, 4, 4, 8, 8, 24, 24)
> obj = auc(conc=conc, time=time, method=c("z", "t"), design="ssd")
> print(obj)
Estimation for a serial sampling design
Estimate SE 95% t-CI
AUC to tlast 59886.00 5752.50 (33477.66;86294.34)
Estimate SE 95% z-CI
AUC to tlast 59886.00 5752.50 (48611.31;71160.69)
> summary(obj)
Confidence intervals for a serial sampling design
Point estimate
est se
AUC to tlast 59886 5752.5
Confidence Intervals
lower upper
95% CI using a t distribution for AUC to tlast 33477.66 86294.34
95% CI using a z distribution for AUC to tlast 48611.31 71160.69
degrees of freedom: 1.874534
Â
⇒ Simple Pharmacokinetics Script in Python
⇠"Rats" Data Frame in PK R Package
⇑ PK (Pharmacokinetic) Modeling Tools
⇑⇑ PK/PD Tutorials
2021-05-04, 1254🔥, 0💬
Popular Posts:
Molecule Summary: ID: FYI-1003437 Names: InChIKey: YSUUIPAGPVQNSM-UHFFFAOYS A-NSMILES: COc1ccc2c(c1)...
Molecule Summary: ID: FYI-1002990 Names: InChIKey: JYTNQNCOQXFQPK-MRXNPFEDS A-NSMILES: Cc5ccc(n1nccn...
Molecule Summary: ID: FYI-1001891 SMILES: CCCCCCCCCCCC(=O)NC(C(=O) NC(CO)C(=O)NC(C(=O)NC(C( C)O)C(=O)N...
What are SDF (Structural Data File), or Mol, V2000 format specifications? Here is a summary of SDF/M...
Molecule Summary: ID: FYI-1000951 SMILES: CCCCCC1=CC(=C(C(=C1)O)C2 C=C(CCC2C(=C)C)C)OReceived at FYI...