Skip to content

Commit f7d83f3

Browse files
committed
fix equation
1 parent 328d1a3 commit f7d83f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

episodes/modelling-interventions.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ $$
373373
\frac{dV_i}{dt} & =\nu_{i,t} S_i\\
374374
\end{aligned}
375375
$$
376+
376377
Individuals in age group ($i$) at specific time dependent ($t$) are vaccinated at rate ($\nu_{i,t}$). The other SEIR components of these equations are described in the tutorial [simulating transmission](../episodes/simulating-transmission.md#simulating-disease-spread).
377378

378379
To explore the effect of vaccination we need to create a vaccination object to pass as an input into `model_default()` that includes age groups specific vaccination rate `nu` and age groups specific start and end times of the vaccination program (`time_begin` and `time_end`).

0 commit comments

Comments
 (0)