The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
All-Cause and Excess Mortality Calculator — an R Shiny application for estimating all-cause mortality and excess mortality from country-level weekly or monthly death counts, developed at the WHO Regional Office for the Western Pacific (WPRO).
You supply observed deaths and an event calendar (e.g. COVID-19 waves, typhoons). The app fits one or more statistical baseline models on a user-defined baseline period, projects expected deaths into the post-baseline period, and reports excess deaths, P-scores and confidence limits with tables, plots and downloadable reports.
Baseline models included:
From CRAN (once released):
install.packages("exmort")Development version from GitHub:
# install.packages("remotes")
remotes::install_github("shanlong-who/exmort")library(exmort)
run_app()The app opens in your default web browser and runs entirely on your machine — no data leaves your computer. Built-in example datasets for several countries are included; you can also upload your own workbook using the templates on the Data tab.
officedown package:
install.packages("officedown").tinytex::install_tinytex().GPL-3. © World Health Organization Regional Office for the Western Pacific.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.