Skip to content

Commit

Permalink
fixed argument name in cfr_time_varying documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlambert committed Apr 10, 2024
1 parent fb8daa0 commit 5786fa9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
10 changes: 5 additions & 5 deletions R/cfr_time_varying.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
#' for each \eqn{t}, where \eqn{\theta} represents the severity measure of
#' interest.
#'
#' The epidemiological delay distribution passed to `epidist` is used to obtain
#' a probability mass function parameterised by time; i.e. \eqn{f(t)} which
#' gives the probability a case has a known outcomes (usually, death) at time
#' \eqn{t}, parameterised with disease-specific parameters before it is supplied
#' here.
#' The epidemiological delay distribution passed to `delay_density` is used to
#' obtain a probability mass function parameterised by time; i.e. \eqn{f(t)}
#' which gives the probability a case has a known outcomes (usually, death) at
#' time \eqn{t}, parameterised with disease-specific parameters before it is
#' supplied here.
#'
#' **Note** that the function arguments `burn_in` and `smoothing_window` are not
#' explicitly used in this calculation. `burn_in` controls how many estimates at
Expand Down
10 changes: 5 additions & 5 deletions man/cfr_time_varying.Rd

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

0 comments on commit 5786fa9

Please sign in to comment.