Skip to content

Simulate infections #557

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 24 commits into from
Feb 20, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
improve documentation
  • Loading branch information
sbfnk committed Feb 20, 2024
commit 9bf02126ec2e57e4949b9a4493069a794187701b
3 changes: 2 additions & 1 deletion R/simulate_infections.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
#' option will be removed in version 2.1.0.
#' @param R a data frame of reproduction numbers (column `R`) by date (column
#' `date`). Column `R` must be numeric and `date` must be in date format. If
#' any dates are missing, it will be assumed that R stays the same.
#' not all days between the first and last day in the `date` are present,
#' it will be assumed that R stays the same until the next given date.
#' @param initial_infections numeric; the initial number of infections.
#' @param day_of_week_effect either `NULL` (no day of the week effect) or a
#' numerical vector of length specified in [obs_opts()] as `week_length`
Expand Down
3 changes: 2 additions & 1 deletion man/simulate_infections.Rd

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