R/datasets.R

##' Location and Population Look Up for Germany and Poland
##'
##' Downloaded from https://github.com/KITmetricslab/covid19-forecast-hub-de
##'
##' @name locations
##' @docType data
"locations"

##' Truth data used for the paper 
##'
##' @name truth_data
##' @docType data
"truth_data"

##' Daily truth data used for the paper 
##'
##' @name dailytruth_data
##' @docType data
"dailytruth_data"

##' Forecast data used for the paper 
##'
##' @name prediction_data
##' @docType data
"prediction_data"

##' Crowd forecast data used for the paper 
##'
##' @name crowdforecast_data
##' @docType data
"crowdforecast_data"

##' Forecast dates used for the paper 
##'
##' @name forecast_dates
##' @docType data
"forecast_dates"

##' Pre-filtered data used for the paper (with death forecasts restricted to the period after December 14th 2020)
##'
##' @name filtered_data
##' @docType data
"filtered_data"

##' Unfiltered version of the combined prediction and truth data used for the paper
##'
##' @name unfiltered_data
##' @docType data
"unfiltered_data"

##' Classification of the epidemic into falling, rising etc (not used)
##'
##' @name epitrend
##' @docType data
"epitrend"

##' Names of all ensemble models
##'
##' @name ensemble_models
##' @docType data
"ensemble_models"

##' Names of all regular models
##'
##' @name regular_models
##' @docType data
"regular_models"

##' Models included in the official hub ensemble
##'
##' @name ensemble_members
##' @docType data
"ensemble_members"
epiforecasts/covid.german.forecasts documentation built on Jan. 25, 2024, 4:44 p.m.