Description Usage Arguments Value Examples
View source: R/create_seasonal.R
Determines observed true values for onset week, seasonal peak, and seasonal peak percentage
1 | create_seasonal(weekILI, location, year, challenge = "ilinet")
|
weekILI |
A data.frame of weighted ILI values (default NULL).
For |
location |
A character string specifying the target location or age group |
year |
Calendar year during which the flu season of interest begins.
For the 2015/2016 flu season, |
challenge |
one of "ilinet", "hospital" or "state_ili", indicating which
challenge the submission is for (default |
A data.frame with columns location, target, and bin_start_incl
1 2 3 | season_targets <- create_seasonal(valid_ILI, "US National")
season_targets <- create_seasonal(valid_ILI, "HHS Region 4")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.