| .solComp3 | R Documentation |
Calculate the lambdas and coefficients of the three compartment model
.solComp3(k10, k12, k21, k13, k31)
k10 |
elimination rate |
k12 |
rate from central to peripheral compartment |
k21 |
rate from peripheral to central compartment |
k13 |
rate from central to peripheral compartment #2 |
k31 |
rate from peripheral compartment #2 to central |
List with L vector and matrices C1, C2 and C3
Matthew L. Fidler
.solComp3(k10=0.1, k12=3, k21=1, k13=2, k31=0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.