.solComp2 {rxode2} | R Documentation |
Calculate the lambdas and coefficients of the two compartment model
Description
Calculate the lambdas and coefficients of the two compartment model
Usage
.solComp2(k10, k12, k21)
Arguments
k10 |
elimination rate |
k12 |
rate from central to peripheral compartment |
k21 |
rate from peripheral to central compartment |
Value
List with L
vector and matrices C1
and C2
Author(s)
Matthew L. Fidler based on wnl
package/paper, implemented
in C/C++
Examples
.solComp2(k10=0.1, k12=3, k21=1)
[Package rxode2 version 4.0.1 Index]