Skip to content

update in progress message for docs #324

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
update in progress message for docs
  • Loading branch information
seabbs committed Oct 17, 2022
commit 2d8bb0d9f12e99de2011fe15254040d462015f6a
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ reported_cases <- example_confirmed[1:60]
head(reported_cases)
```

Estimate cases by date of infection, the time-varying reproduction number, the rate of growth and forecast these estimates into the future by 7 days. Summarise the posterior and return a summary table and plots for reporting purposes. If a `target_folder` is supplied results can be internally saved (with the option to also turn off explicit returning of results).
Estimate cases by date of infection, the time-varying reproduction number, the rate of growth and forecast these estimates into the future by 7 days. Summarise the posterior and return a summary table and plots for reporting purposes. If a `target_folder` is supplied results can be internally saved (with the option to also turn off explicit returning of results). Here we use the default model parameterisation that priorities real-time performance over run-time or other considerations. For other formulations see the documentation for `estimate_infections()`.

```{r, message = FALSE, warning = FALSE}
estimates <- epinow(
Expand Down
2 changes: 1 addition & 1 deletion vignettes/case-studies.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ knitr::opts_chunk$set(
)
```

*If aware of other examples please open a PR adding them or open an issue flagging this omission.*
**This is a work in progress. Please consider submitting a PR to improve it.**

# Case studies

Expand Down
2 changes: 1 addition & 1 deletion vignettes/estimate_infections.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ knitr::opts_chunk$set(
)
```

*This is a work in progress.*
**This is a work in progress. Please consider submitting a PR to improve it.**

`estimate_infections()` supports a range of model formulation. Here we describe the most commonly used and highlight other options.

Expand Down
2 changes: 1 addition & 1 deletion vignettes/estimate_secondary.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ knitr::opts_chunk$set(
)
```

* This documentation is a work in progress.*
**This is a work in progress. Please consider submitting a PR to improve it.**

This model is based on a discrete convolution of primary cases, scaled based on the fraction (here described as the secondary fraction but depending on application potentially being the case fatality ratio, case hospitalisation ratio, or the hospitalisation fatality ratio), and a delay distribution that is assumed to follow a discretised daily log normal distribution.
This model can be thought of as a disrete time ordinary differential equation approximation generalised to log normal, rather than exponential, delay distributions.
Expand Down
2 changes: 1 addition & 1 deletion vignettes/estimate_truncation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ knitr::opts_chunk$set(
comment = "#>"
)
```
*This documentation is a work in progress.*
**This is a work in progress. Please consider submitting a PR to improve it.**