This document describes videos about
macpan2
that could be useful for
workshop participants.
I’ve described some videos and related pre-workshop resources below. If you have any questions about these or anything else before the workshop, please leave a comment here. Note that commenting will require that you have a GitHub account, so either feel free to get one or just email me directly.
Please watch the following videos to prepare for the workshop (links are to Google Drive).
macpan2
Code that is discussed in the videos is here. |
If you are not familiar with R or the tidyverse suite of packages, please consider watching the following videos from this video series.
The above videos give you the background to do the following exercises. It would be great if you did some of these before the workshop, but it is not required.
Create a model specification of an SEIR model. |
Create a model specification of an elaboration of an SEIR model that has been modified for measles (diagram immediately following this box). This modified SEIR model includes a box for vaccinated individuals, $V$, and isolated infectious individuals, $I_\text{iso}$. The force of infection, $\Lambda$, is given by $\frac{\beta I}{N}$, where $N$ is the total number of individuals in the population. The vaccine efficacy is $\epsilon$ and the proportion of exposed individuals who isolate is $\theta$. |
Specify a model that you use or are interested in. |
Simulate one or more of the state variables in one of the above models. A challenge here will be to choose good default numerical values for the parameters and initial conditions. |
In doing these exercises you might find it helpful to use the macpan2 website as a reference. Pages that could be particularly useful are the quick start guide and documentation for the mp_tmb_model_spec , mp_per_capita_flow , mp_simulator , and mp_trajectory . |
I might populate this section with additional videos either before or after the workshop.