Skip to content

Commit

Permalink
Merge pull request #39 from jessicastockdale/master
Browse files Browse the repository at this point in the history
Correction to NEWS
  • Loading branch information
sempwn committed Sep 17, 2021
2 parents 6d69f63 + e3f5ee0 commit bef188e
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 29 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

* In `hom_plot_zeta_by_location()`, also takes optional `sort` variable.

* In `hom_plot_incidence_by_location`, also takes optional `sort` variable.
* In `hom_plot_incidence_by_location()`, also takes optional `sort` variable.


# cr0eso 0.0.0.9001
Expand Down
24 changes: 12 additions & 12 deletions docs/articles/BC_LTHC_additional_analysis.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

2 changes: 1 addition & 1 deletion docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ articles:
BC_LTHC_additional_analysis: BC_LTHC_additional_analysis.html
BC_outbreak_data_fitting: BC_outbreak_data_fitting.html
introduction_to_fitting: introduction_to_fitting.html
last_built: 2021-09-17T17:32Z
last_built: 2021-09-17T18:10Z

4 changes: 2 additions & 2 deletions vignettes/BC_LTHC_additional_analysis.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ set.seed(836361)
The data is formatted as a list with 100 imputations of the missing symptom onset times. For each imputation, the list contains data on the number of cases, time series of cases (by symptom onset), the facility capacity and the outbreak reported date for each facility outbreak. It also contains the time series of cases as a matrix, but we will not use that here.

```{r}
# View the first imputation of missing data:
str(BC_LTHC_outbreaks_100Imputs[[1]])
# View the final imputation of missing data:
str(BC_LTHC_outbreaks_100Imputs[[100]])
```
## Estimate R0 in each outbreak, using EG and ML methods
Expand Down

0 comments on commit bef188e

Please sign in to comment.