OneComp_Volume_Exponent {PKconverter} | R Documentation |
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
OneComp_Volume_Exponent(V1=8,alpha=0.5,V1.sd=0.01,alpha.sd=0.001)
[Package PKconverter version 1.5 Index]