Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1 KB

README.md

File metadata and controls

32 lines (22 loc) · 1 KB

iomlifetR

An implementation of the IOMLIFET excel spreadsheets in R. The IOMLIFET spreadsheets facilitate the use of life-tables for assessment of public health risks.

Key functions are:

  1. life_table() which calculates life expectancy using the Chiang method
  2. burden_le() which calls life_table() to produce life tables for the baseline and reduced exposure scenarios
  3. impact() which uses leslie matrices to form the future population under the two scenarios.

The latter function provides estimates of life-years gained in the future from a popoulation-wide reduction in PM2.5 related risk of mortality.

Version: 0.2
Author: Richard Broome, Joshua Horsley, Ivan Hanigan
Maintainer: Ivan Hanigan <[email protected]>
License: GPL-3

Installation notes

  • Vignettes are being added. These are not built by devtools by default, need to use
library(devtools)
install_github("richardbroome2002/iomlifetR", build_vignettes = TRUE)

Acknowledgments

Margaret Rolfe and Timothy Chaston