estR0_out {covid19india} | R Documentation |
Helper function for calculating R_0 - data.table style
Description
Helper function for calculating R_0 - data.table style
Usage
estR0_out(x)
Arguments
x |
Input dataset |
Value
Pulls the time-series state-level testing data directly from covid19india.org.
Examples
## Not run:
estR0_out_dt(x = get_nat_counts())
## End(Not run)
[Package covid19india version 0.1.4 Index]