View source: R/estimate_R_cl_single.R
reports_to_incidence | R Documentation |
Infer incidence from reports via a series of deconvolutions
reports_to_incidence(
reports.daily,
reporting.delay,
incubation.period,
max.iter = 9,
silent = FALSE
)
reports.daily |
Data frame. Daily report counts. Includes at least |
reporting.delay |
List. Parameters for a single reporting delay distribution, as generated by |
incubation.period |
List. Parameters for a single incubation period distribution, as generated by |
max.iter |
Numeric. Maximum number of Richardson-Lucy iterations. |
silent |
Logical. Flag to suppress all output messages, warnings, and progress bars. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.