Skip to content

Commit

Permalink
Update ebola.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
athowes authored Jan 13, 2025
1 parent cc31b28 commit 8940612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/ebola.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ linelist_data <- obs_cens |>
)
```

In this call to [as_epidist_linelist_data()] it has made some assumptions about the data.
In this call to `as_epidist_linelist_data()` it has made some assumptions about the data.
First, because we did not supply upper bounds for the primary and secondary events (`pdate_upr` and `sdate_upr`), it has assumed that the upper bounds are one day after the lower bounds.
Second, because we also did not supply an observation time column (`obs_date`), it has assumed that the observation time is the maximum of the secondary event upper bounds.

Expand Down

0 comments on commit 8940612

Please sign in to comment.