Skip to content

Commit

Permalink
Fixed merging
Browse files Browse the repository at this point in the history
  • Loading branch information
sempwn committed Oct 8, 2021
2 parents 3268c8c + bef188e commit c61e32e
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 28 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
26 changes: 15 additions & 11 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.

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-10-08T20:48Z
last_built: 2021-10-08T21:54Z

4 changes: 2 additions & 2 deletions vignettes/BC_LTHC_additional_analysis.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,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]])
```

Expand Down

0 comments on commit c61e32e

Please sign in to comment.