-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optimization results: identical time points. #10
Comments
Hi
No. These are the optimal points based on the model and parameters you input to the calculation. If you remove points you will get less precision. You can move points from the optimal to make your design more robust to misspecification in the model or parameter values.
Best regards,
Andrew
Andrew Hooker, Ph.D.
Associate Professor of Pharmacometrics
Dept. of Pharmaceutical Biosciences
Uppsala University
Box 591, 751 24, Uppsala, Sweden
Phone: +46 18 471 4355
Mobile: +46 768 000 725
www.farmbio.uu.se/research/researchgroups/pharmacometrics/
…On 5 Jul 2017, 00:49 +0200, Sibo Jiang ***@***.***>, wrote:
Hi Andrwe,
I am running the wafarin example scripts in the R package.
My Initial parameters(sampling points) are: 0.5 1 2 6 24 36 72 120
The Optimized Sampling Schedule are:
1e-05 1e-05 34.29 34.29 75.92 120 120 120
Since the times of some sampling points are identical. Dose that mean that the sampling points can be reduced from 6 to 3 after removing redundant points ?
Thank you,
Sibo
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hi Andrew, If I keep those three points 120 120 120 hours, how can I implement this scheme? Three sampling points are all located at 120 hours. At a specific time point, we can sample only one time. Thank you, Sibo |
Hi
I agree that the scheme is not implementable. However, the model you provide to the design calculation knows nothing about these restrictions. Either the optimization needs to be done with a restriction about how often sampling can occur, or the model needs to include information about correlation of parameters that are very close together (Nyberg, J., Hoglund, R., Bergstrand, M., Karlsson, M. O. and Hooker, A. C. (2012) ‘Serial correlation in optimal design for nonlinear mixed effects models’, J Pharmacokinet Pharmacodyn, 39(3), pp. 239–249. doi: 10.1007/s10928-012-9245-5.). Another alternative is to use some windowing procedure to allow for random sampling of these three points within a window around the optimal point (discussed in https://andrewhooker.github.io/PopED/articles/intro-poped.html).
Best regards,
Andrew
Andrew Hooker, Ph.D.
Associate Professor of Pharmacometrics
Dept. of Pharmaceutical Biosciences
Uppsala University
Box 591, 751 24, Uppsala, Sweden
Phone: +46 18 471 4355
Mobile: +46 768 000 725
www.farmbio.uu.se/research/researchgroups/pharmacometrics/
…On 10 Jul 2017, 19:32 +0200, Sibo Jiang ***@***.***>, wrote:
Hi Andrew,
If I keep those three points 120 120 120 hours, how can I implement this scheme? Three sampling points are all located at 120 hours. At a specific time point, we can sample only one time.
Thank you,
Sibo
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hi Andrew, Based on the above discussion, three approaches might be applicable to this scenario. My respective questions are: 1. Specification a restriction about how often sampling can occur. 2. Random sampling within a window around the optimal point. 3 Include information about correlation of parameters. I am sorry to ask so many questions. There’s no hurry to respond at once. I am happy to wait。 Sibo |
Hi Andrwe,
I am running the wafarin example scripts in the R package.
My Initial parameters(sampling points) are: 0.5 1 2 6 24 36 72 120
The Optimized Sampling Schedule are:
1e-05 1e-05 34.29 34.29 75.92 120 120 120
Since the times of some sampling points are identical. Dose that mean that the sampling points can be reduced from 6 to 3 after removing redundant points ?
Thank you,
Sibo
The text was updated successfully, but these errors were encountered: