I am trying to write a model for describing Dose-Response-Time data of oligonucleotides using PML. I am using the data from Tsimikas et al. 2015 Lancet 386, 1472-1483 and the model described in Jansson-Lofmark and Gennemark 2018 Nucleic Acid Therapeutics 28 (6), 319-325
Because I am learning how to use PML using the PML school videos (thank you so much for them!), I would like to make sure that I am doing the right thing. Hence, I have attached the raw data and the model code.
In the paper it is not reported ke as set parameter, so I guess they have fitted it to the data. The value of ke reported from their population model (they are fitting more than one dose at the same time), is 0.0193 day-1.
I get 0.0277287 as ke after fitting, using the following values to initialise the model:
thank you so much! So basically I should not have added the exponential function in the deriv statement and use the negative sign in the amount estimation.