example_truth_only {scoringutils}R Documentation

Truth data only

Description

A data set with truth values for COVID-19 cases and deaths submitted to the European Forecast Hub.

Usage

example_truth_only

Format

A data frame with 140 rows and 5 columns:

location

the country for which a prediction was made

target_end_date

the date for which a prediction was made

target_type

the target to be predicted (cases or deaths)

true_value

true observed values

location_name

name of the country for which a prediction was made

Details

The data was created using the script create-example-data.R in the inst/ folder (or the top level folder in a compiled package).

Source

https://github.com/european-modelling-hubs/covid19-forecast-hub-europe/commit/a42867b1ea152c57e25b04f9faa26cfd4bfd8fa6/ # nolint


[Package scoringutils version 1.2.2 Index]