powered by
Calculate pharmacokinetic parameters with volume of distribution(V1), clearance (Cl1) and half-lives (t_alpha and t_beta)
TwoComp_Volume_Clearance_HalfLife(V1,Cl1,t_alpha,t_beta, V1.sd=NA,Cl1.sd=NA,t_alpha.sd=NA, t_beta.sd=NA,covar=c(V1Cl1=NA,V1talpha=NA,V1tbeta=NA,Cl1talpha=NA, Cl1tbeta=NA,talphatbeta=NA),...)
The volume of distribution of compartment 1
Clearance from compartment 1
half life of compartment 1
half life of compartment 2
standard error of V1
standard error of Cl1
standard error of t_alpha
standard error of t_beta
covariances among parameters
arguments to be passed to methods
http://www.nonmemcourse.com/convert.xls
# NOT RUN { TwoComp_Volume_Clearance_HalfLife(V1=5,Cl1=3.5,t_alpha=0.568,t_beta=24.2, V1.sd=0.01,Cl1.sd=0.01,t_alpha.sd=0.002,t_beta.sd=0.5) # }
Run the code above in your browser using DataLab