R/datasets.r

##' Mobility index for Slovakia as measured by Google
##'
##' Downloaded from https://www.google.com/covid19/mobility/
##'
##' @name mob.slo
##' @docType data
NULL

##' Mass testing data
##'
##' Data on attendance and number of positives by county and mass testing round in Slovakia
##'
##' @name ms.tst
##' @docType data
NULL

##' PCR.inc
##'
##' Incidence of PCR-confirmed cases per county
##'
##' @name PCR.inc
##' @docType data
NULL

##' Rt.county
##'
##' Estimated reproduction number per county on 23 October.
##'
##' @name Rt.county
##' @docType data
NULL

##' Prevalence samples
##'
##' Samples of estimated infection prevalence on 31 October and 7 November 2020
##'
##' @name prevalence.samples
##' @docType data
NULL

##' Covariates
##'
##' Covariates for prevalence: unemployment rate, population in the Marginalised
##' Roma Community, mean age and population density. Data on unemployment rate
##' was downloaded from the Slovak Department for Work and Pensions at
##' https://www.upsvr.gov.sk/statistiky/nezamestnanost-mesacne-statistiky/2020.html?page_id=971502
##' Data on the population in the Marginalised Roma community was downloaded
##' from the Roma Atlas at https://www.minv.sk/?atlas-romskych-komunit-2019
##' Data on mean age and population density were downloaded from the Statistical
##' Office of the Slovak Republic at https://slovak.statistics.sk/
##'
##' @name covariates
##' @docType data
NULL

##' Shapes
##'
##' Polygons for counties in Slovakia. Available from the National Land Registry
##' at https://www.geoportal.sk/sk/zbgis_smd/na-stiahnutie/
##'
##' @name slovakia_shape
##' @docType data
NULL
epiforecasts/covid19.slovakia.mass.testing documentation built on March 2, 2021, 12:05 a.m.