Video Resources
This document describes videos about
macpan2
that could be useful for
workshop participants.
Videos to Watch Before the Workshop (with exercises)
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.
Required to Watch Before the Workshop
Please watch the following videos to prepare for the workshop (links are
to Google Drive).
- 5:06 minutes – Background and motivation for
macpan2
- 8:46 minutes – Specifying simple
models
- 8:28 minutes – Simulating from
models
 |
Code that is discussed in the videos is here. |
Potentially Useful to Watch Before the Workshop
If you are not familiar with R or the
tidyverse suite of packages, please
consider watching the following videos from this video
series.
- R Programming: How to get
started
- How to Install R
Packages
- Data Science with the Tidyverse in
R
- Introduction to the Pipe
Operator
Useful Workshop Preparation Exercises (not required)
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 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, , and isolated infectious individuals, . The force of infection, , is given by , where is the total number of individuals in the population. The vaccine efficacy is and the proportion of exposed individuals who isolate is . |

 |
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. |