View source: R/data_processing.R
Check input data for:
minimum length of reported
integer for reported
positivity for delay_dist and reported
sums to 1 for delay_dist
Throw an error if any conditions are violated.
1 | data_check(reported, delay_dist)
|
reported |
An integer vector of reported cases. |
delay_dist |
A positive vector that sums to one, which describes the delay distribution. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.