diff --git a/_book/r-session-03.html b/_book/r-session-03.html index 6674c85..8264df0 100644 --- a/_book/r-session-03.html +++ b/_book/r-session-03.html @@ -659,6 +659,7 @@ +

The figure above, and the corresponding tabulated outbreak data, report the number of active influenza cases on each day. These are point-in-time counts, or prevalence: the number of students who were sick at that moment. By contrast, the final-size calculation below uses cumulative incidence: the total number of students who became cases at any point during the outbreak. For this boarding school outbreak, the total school size was \(N = 764\), and the total number of students who became cases over the full outbreak was \(Z = 512\). Because \(512\) is a cumulative incidence count, it is not obtained by reading a single value from the prevalence figure or table.

8.3 Estimating \(R_0\) From The Final Outbreak Size

Our first approach is to estimate \(R_0\) from the final outbreak size. Although unhelpful at the early stages of an epidemic (before the final epidemic size is observed), this method is nonetheless a useful tool for post hoc analysis. The method is general and can be motivated by the argument listed in (Keeling and Rohani 2008):

@@ -854,8 +855,8 @@

8.7 Interactive Optimization

-