ptdata: ptdata dataset

ptdataR Documentation

ptdata dataset

Description

The ptdata dataset refers to a data.frame with the the 14-day cumulative incidence of covid-19 in Portugal on the 15th January 2021, by municipality. It contains geographic coordinates of municipalities (population-weighted centroids) and population at risk. This dataset can be used to follow the step-by-step guide to obtain block direct simulation risk maps of COVID-19, median risk map and spatial risk uncertainty map.

Usage

data(ptdata)

Format

A data.frame with 278 rows and 6 columns

x

x-coordinates, in meters

y

y-coordinates, in meters

t

z-coordinates, in meters

ncases

number of new cases

oid_

number for region id (municipality id code)

pop19

population at risk

Source

Portuguese Directorate-General for Health (DGS). Data preparation by Manuel Ribeiro & Leonardo Azevedo (leonardo.azevedo@tecnico.ulisboa.pt).

References

Azevedo, L. et al. Geostatistical COVID-19 infection risk maps for Portugal. Int J Health Geogr 19, 25 (2020).

Examples

data(ptdata)
str(ptdata)

maluicr/blockdss documentation built on Nov. 22, 2023, 11:42 a.m.