This Shiny application was created to assist in the simulation of pharmacokinetic profiles and the exploration of different dosing regimens with different parameters.
The latest version of this repository is being hosted on pmxsolutions.com
Due to the great functionality and ease-of-use, all simulations were based on mrgsolve.
Download, clone, or fork this repository to use the R code within your local R installation.
Furthermore, the runGitHub command from the Shiny package can be used to immediately execute the latest version from within R:
library(shiny)
runGitHub("PK_therapeutic_window_and_variability", "michielve")
Make sure mrgsolve is installed and working on your computer: https://github.com/metrumresearchgroup/mrgsolve/wiki/mrgsolve-Installation
Feel free to use and improve this repository to include additional functionality. Report bugs in the issues section of this repository.