Learn R Programming

SPOT (version 2.4.2)

regionTest: Region Test Data

Description

A data set of COVID-19 cases. Test data for predictions. From "2020-04-02" until "2020-05-14". Time difference of 42 days.

Usage

regionTest

Arguments

Format

A data frame with 13459 rows and 4 columns:

ForecastId

int id. (1--13459)

Province_State

Province State. (""--"Zhejiang"). No NAs, but empty char.

Country_Region

Country. ("Afghanistan"--"Zimbabwe")

Date

chr: yyyy-mm-dd. ("2020-04-02"--"2020-05-14")

See Also

regionTrain and regionPopulation.

cde20200813 and DEcde20200813, which are part of the babsim.data package, because these are relatively large data sets.