Good afternoon everyone,
I have PopPK data where the participants have plasma levels at time=0.
The three compartment model file is:
[LONGITUDINAL]
input = {Cl, V1, Q2, V2, Q3, V3}
EQUATION:
V = V1
k = Cl/V1
k12 = Q2/V1
k21 = Q2/V2
k13 = Q3/V1
k31 = Q3/V3
Cc = pkmodel(V, k, k12, k21, k13, k31)
OUTPUT:
output = Cc
However, the various entries I tried has not worked properly. What do you recommend?
Thanks,
Andy