Description Usage Arguments Value Examples
Estimate and Predict cases based on a corona growth model
1 |
corona_data |
dataset with columns country, day, date, statistic |
The input data (tibble) with an additional int column named predicted_cases
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
data <- read_corona()
data %>%
preprocess_corona_data(
statistic = "infections", # Focus on infections
countries = "Italy", # Focus on Italy
n = 100) %>% # Include days where the death toll exceeded 100 cases)
predict_growth()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.