predict_growth: Estimate and Predict cases based on a corona growth model

Description Usage Arguments Value Examples

View source: R/model-data.R

Description

Estimate and Predict cases based on a corona growth model

Usage

1

Arguments

corona_data

dataset with columns country, day, date, statistic

Value

The input data (tibble) with an additional int column named predicted_cases

Examples

 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)

jnshsrs/corona documentation built on April 9, 2020, 11:10 p.m.