Hello modellers,
I have a simple question :
is it possible to initialize a compartment using the graphical interface ? How?
In my case I want to make a Simeoni PD model with tumor size at time 0 = a parameter to estimate.
Using the textual mode it would be done like this:
deriv(Z1 = (L0Z1)/(1+(L0/L1W)^p)^(1/p)-K2CZ1)
deriv(Z2 = K2CZ1-K1Z2)
deriv(Z3 = K1Z2-K1Z3)
deriv(Z4 = K1Z3-K1*Z4)
sequence {Z1=W0}
stparm(W0 = tvW0 * exp(nW0))
Thanks,
Regards.