-
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
Integrating an IV loading dose followed by SC maintenance dose using popEd #56
Comments
Hi Andrew (@andrewhooker) I am sharing my code for sc maintenance dose only. Can you please suggest where I add an IV loading dose. DO I have to play with Time ( something like if(Time<168){DOSE<-50} else(DOSE<-100) #' Define the ODE system
}) #' define the initial conditions and the dosing #' parameter definition function #create poped databaseoriginal design
plot_model_prediction(poped.db,DV=T, Please feel free to share you thoughts |
Hi Andrew (@andrewhooker),
I am trying to do optimization for PK time-points using a complex dosing regime such as an IV loading dose and then sc maintenance doses once in 28 days x 10 doses. I tried looking in available resources for popED for such complex dosing regimens but didn't got any luck.
Also, how can I assign different combinations of doses (IV+SC) (e.g., in two such combinations) while optimizing time points using different combinations? There are examples of designs for different doses but I wish to learn how to assign different combinations of doses (IV+SC) under #design.
Will it be possible for you to share any codes for assigning the complex dosing regimens in popED. Highly appreciate it!
Thanks and regards,
-Ankur
The text was updated successfully, but these errors were encountered: