clean_regions {EpiNow2} | R Documentation |
Clean Regions
Description
Removes regions with insufficient time points, and provides logging information on the input.
Usage
clean_regions(data, non_zero_points)
Arguments
data |
A |
non_zero_points |
Numeric, the minimum number of time points with non-zero cases in a region required for that region to be evaluated. Defaults to 7. |
Value
A dataframe of cleaned regional data
See Also
[Package EpiNow2 version 1.5.2 Index]