| .solComp2 | R Documentation |
Calculate the lambdas and coefficients of the two compartment model
.solComp2(k10, k12, k21)
k10 |
elimination rate |
k12 |
rate from central to peripheral compartment |
k21 |
rate from peripheral to central compartment |
List with L vector and matrices C1 and C2
Matthew L. Fidler based on wnl package/paper, implemented
in C/C++
.solComp2(k10=0.1, k12=3, k21=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.