Description Usage Arguments Value Examples
Calculate r0
1 2 3 4 5 6 7 |
dat |
Input dataset. Expects |
daily_filter |
Threshold for minimum daily cases. Default = |
total_filter |
Threshold for minimum total cases reported to date. Default = |
min_date |
Threshold for earliest date to report R_0. Default = |
corr_check |
Check for data corrections of X-times magnitude. Default is |
Pulls the time-series state-level testing data directly from covid19india.org. Expects columns named place
, daily_cases
, and total_cases
. Can specify corresponding variables through other arguments.
1 2 3 4 | ## Not run:
get_r0(dat = get_nat_counts())
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.