.solComp3 {rxode2} | R Documentation |
Calculate the lambdas and coefficients of the three compartment model
Description
Calculate the lambdas and coefficients of the three compartment model
Usage
.solComp3(k10, k12, k21, k13, k31)
Arguments
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 |
Value
List with L
vector and matrices C1
, C2
and C3
Author(s)
Matthew L. Fidler
Examples
.solComp3(k10=0.1, k12=3, k21=1, k13=2, k31=0.5)
[Package rxode2 version 4.0.0 Index]