This repository contains source code for the Double-Gap model for forecasting life expectancy in human population.
Life expectancy is highly correlated over time among countries and between males and females. These associations can be used to improve forecasts. Here we have implemented a method for forecasting female life expectancy based on analysis of the gap between female life expectancy in a country compared with the record level of female life expectancy in the world. Second, to forecast male life expectancy, the gap between male life expectancy and female life expectancy in a country is analysed. We named this method the Double-Gap model. For a detailed description of the method see Pascariu et al. (2017).
install.packages("MortalityGaps")
You can track and contribute to the development of
MortalityGaps
on GitHub. To install
it:
Install the release version of devtools
from CRAN
with install.packages("devtools")
.
Make sure you have a working development environment.
Xcode
from the Mac App
Store.Install the development version of
MortalityGaps
.
::install_github("mpascariu/MortalityGaps") devtools
All functions are documented in the standard way, which means that
once you load the package using library(MortalityGaps)
you
can just type ?DoubleGap
to see the help file.
Pascariu M.D., Canudas-Romo V. and Vaupel W.J. 2017. The double-gap life expectancy forecasting model. Insurance: Mathematics and Economics Volume 78, January 2018, Pages 339-350.