Skip to content

Commit

Permalink
Update description of the dt parameter.
Browse files Browse the repository at this point in the history
The dt parameter was described as "the delay to move from state Tr to
Ph", but the Ph (prophylaxis) state does not exist in the model. Instead
the dt parameter is used to transition from Tr to S, in `R/processes.R`.

Looking at the commit history, there seems to have been a bit of back
and forth around adding and removing the Tr and Ph states. The comment
in question was introduced in #30, after the
prophylaxis state had already been removed and even at the time the
parameter was already used as the transition rate from Tr to S.
  • Loading branch information
plietar committed Apr 4, 2024
1 parent 2a3d4cc commit c395661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/parameters.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' fixed state transitions:
#'
#' * dd - the delay for humans to move from state D to A; default = 5
#' * dt - the delay for humans to move from state Tr to Ph; default = 5
#' * dt - the delay for humans to move from state Tr to S; default = 5
#' * da - the delay for humans to move from state A to U; default = 195
#' * du - the delay for humans to move from state U to S; default = 110
#' * del - the delay for mosquitoes to move from state E to L; default = 6.64
Expand Down
2 changes: 1 addition & 1 deletion man/get_parameters.Rd

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

0 comments on commit c395661

Please sign in to comment.