Description Usage Arguments References Examples
View source: R/OneComp_Volume_RateConstant.R
Calculate pharmacokinetic parameters with volume of distribution (V1) and elimination rate constant (k10)
| 1 2 | OneComp_Volume_RateConstant(V1,k10,
             V1.sd=NA,k10.sd=NA,covar=c(V1k10=0),...)
 | 
| V1 | The volume of distribution of compartment 1 | 
| k10 | elimination rate constant | 
| V1.sd | standard error of V1 | 
| k10.sd | standard error of k10 | 
| covar | covariances among parameters | 
| ... | arguments to be passed to methods | 
http://www.nonmemcourse.com/convert.xls
| 1 | OneComp_Volume_RateConstant(V1=8,k10=0.5,V1.sd=0.01,k10.sd=0.002)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.