Skip to content

Commit

Permalink
added more info to add_ct argument, closes #59
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlambert committed Feb 7, 2024
1 parent daacbd7 commit 648fa01
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 10 deletions.
6 changes: 4 additions & 2 deletions R/sim_linelist.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@
#' @param outbreak_start_date A `date` for the start of the outbreak.
#' @param add_names A `logical` boolean for whether to add names to each row
#' of the line list. Default is `TRUE`.
#' @param add_ct A `logical` boolean for whether to add Ct values to each row
#' of the line list. Default is `TRUE`.
#' @param add_ct A `logical` boolean for whether to add Ct values to each
#' confirmed case and `NA` otherwise for each case in the line list.
#' Default is `TRUE`. Ct refers to the Cycle threshold from a Real-time
#' PCR or quantitative PCR (qPCR).
#' @param min_outbreak_size A single `numeric` defining the minimum chain size
#' for the simulated outbreak. Default is `10`. This can be increased when the
#' function should simulate a larger outbreak.
Expand Down
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ pkgdown
Poisson
Pratik
prob
qPCR
randomNames
RECON
rmarkdown
Expand Down
6 changes: 4 additions & 2 deletions man/dot-check_sim_input.Rd

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

6 changes: 4 additions & 2 deletions man/dot-sim_utils.Rd

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

6 changes: 4 additions & 2 deletions man/sim_linelist.Rd

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

6 changes: 4 additions & 2 deletions man/sim_outbreak.Rd

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

0 comments on commit 648fa01

Please sign in to comment.