50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


PKconverter (version 1.5)

OneComp_Volume_Exponent: Convert pharmacokinetic parameters for one compartment model

Description

Calculate pharmacokinetic parameters with volume of distribution(V1) and parameter (alpha) in the model "Aexp(-alpha)"

Usage

OneComp_Volume_Exponent(V1,alpha,V1.sd=NA,alpha.sd=NA,
         covar=c(V1alpha=NA),...)

Arguments

V1

The volume of distribution of compartment 1

alpha

parameter in one compartment model "Aexp(-alpha)"

V1.sd

standard error of V1

alpha.sd

standard error of A

covar

covariances among parameters

...

arguments to be passed to methods

References

http://www.nonmemcourse.com/convert.xls

Examples

Run this code
# NOT RUN {
OneComp_Volume_Exponent(V1=8,alpha=0.5,V1.sd=0.01,alpha.sd=0.001)

# }

Run the code above in your browser using DataLab