
Health Metrics Data - Disability-Adjusted Life Years (DALYs) Estimations for 204 countries in 2021 with spatial information.
Source:R/spatialdalys2021.R
      spatialdalys2021.RdHealth Metrics Data - Disability-Adjusted Life Years (DALYs) Estimations for 204 countries in 2021 with spatial information.
Usage
data(spatialdalys2021)Format
A dataframe with 92862 rows and 7 variables:
The variables are as follows:
- location
- character, France, Germany, Global, Italy, UK, USA, ... 
- value
- double, DALYs number estimation 
- lower_bound
- double, DALYs number estimation lower bound 
- upper_bound
- double, DALYs number estimation upper bound 
- long
- double, longitude 
- lat
- double, latitude 
- group
- double, polygons' group 
Source
2021 data from the IHME website
Examples
data(spatialdalys2021)
head(spatialdalys2021)
#> # A tibble: 6 × 7
#>   location     value lower_bound upper_bound  long   lat group
#>   <chr>        <dbl>       <dbl>       <dbl> <dbl> <dbl> <dbl>
#> 1 Afghanistan 54970.      49980.      61010.  74.9  37.2     2
#> 2 Afghanistan 54970.      49980.      61010.  74.8  37.2     2
#> 3 Afghanistan 54970.      49980.      61010.  74.8  37.2     2
#> 4 Afghanistan 54970.      49980.      61010.  74.7  37.3     2
#> 5 Afghanistan 54970.      49980.      61010.  74.7  37.3     2
#> 6 Afghanistan 54970.      49980.      61010.  74.7  37.3     2