OneComp_Volume_Exponent: Convert pharmacokinetic parameters for one compartment model

Description Usage Arguments References Examples

View source: R/OneComp_Volume_Exponent.R

Description

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

Usage

1
2
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

1
OneComp_Volume_Exponent(V1=8,alpha=0.5,V1.sd=0.01,alpha.sd=0.001)

PKconverter documentation built on Feb. 6, 2020, 5:08 p.m.