Skip to content

Commit c9eb08c

Browse files
committed
specify package source of data
1 parent 80d3980 commit c9eb08c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

episodes/superspreading-estimate.Rmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@ Calculate the distribution of secondary cases for Ebola using the `ebola_sim_cle
344344
## first, make an epicontacts object
345345
ebola_contacts <-
346346
epicontacts::make_epicontacts(
347-
linelist = ebola_sim_clean$linelist,
348-
contacts = ebola_sim_clean$contacts,
347+
linelist = outbreaks::ebola_sim_clean$linelist,
348+
contacts = outbreaks::ebola_sim_clean$contacts,
349349
directed = TRUE
350350
)
351351

0 commit comments

Comments
 (0)