Introduction to mrgsolve (PAGE workshop, 2018)

This course was delivered at the PAGE 2018 meeting in Montreux, Switzerland on June 2, 2018.

This workshop provides a guided hands-on experience in the use of the R package mrgsolve. mrgsolve is a free, open source, validated R package to facilitate simulation from hierarchical, ODE-based PK/PD and systems pharmacology models frequently employed in pharmaceutical research and development programs. You will code, execute, and summarize PK, PK/PD, and systems pharmacology model simulations using mrgsolve and R.  Through many examples, you will learn to implement model-based simulations to help address questions at a variety of stages of a development program.

Advanced Use of Stan, RStan and Torsten for Pharmacometric Applications

These videos capture most of a one day workshop presented at the PAGE 2018 meeting in Montreux, Switzerland on 29 May 2018.

The workshop provides a guided hands-on experience in the advanced use of Stan, rstan and Torsten for Bayesian PKPD modeling. Stan is a flexible open-source software tool for Bayesian data analysis using Hamiltonian Monte Carlo (HMC) simulation—a type of MCMC simulation. Torsten is a Stan extension containing a library of functions to simplify implementation of PKPD models. This workshop builds on the foundations presented in our previous introductory Stan workshops. Topics include model evaluation and comparison, models with systems of ODEs, optimizing Stan code, using MCMC results for population and trial simulations, and more. You will execute Bayesian data analysis examples using Stan. Via the examples, you will learn to implement population PKPD models including those involving censoring, numerical solution of ODEs, and user-defined probability distributions and likelihoods.

Download the zip file containing the course materials. Unzip the file. Navigate to the “script” directory. Open the R script file “pkgSetup.R” using your favorite R environment and run the script to install the R packages used in the course.

MI205:R for Pharmacometrics 

MI205 covers introductory through intermediate-level R programming topics with a focus on pharmacometric applications through lectures and hands-on lab sessions.