View source: R/country_capacity.R
get_country_capacity | R Documentation |
Gets country capacity.
get_country_capacity(iso3c = NULL, overrides = list())
iso3c |
Country code, in iso3c format (in all capital letters) |
overrides |
a named list of parameter values to use instead of defaults |
List of country capacity parameters.
Country name
Country code, iso3c format
Population estimates from the United Nations Development Programme
Year over year growth of country population
Income group
Number of HCWs (sum nurses + doctors, from HWFE data)
Number of lab staff (from HWFE data)
Est beds per country, from World Bank
Percent beds for ICU patients per country, estimated from World Bank/Imperial College Report
Percent beds not allocated to COVID, default = 0.4
Percent beds allocated to severe COVID- cases, 1 - (perc_beds_crit_covid + perc_beds_not_covid)
Number of hospital beds allocated to COVID (num hospital beds * perc allocated to covid)
Number of severe beds allocated to COVID
Number of critical beds allocated to COVID
https://population.un.org/wup/Download/
https://www.who.int/publications/i/item/WHO-2019-nCoV-Tools-Essential_forecasting-2022.1
https://data.worldbank.org/indicator/SH.MED.BEDS.ZS
Imperial College, Report 12: The Global Impact of COVID-19 and Strategies for Mitigation and Suppression
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.