README.md

R package - Indirect Estimation Methods for Measurement of Demographic Indicators

R-CMD-check lifecycle Coverage Status issues license

This repository includes R code for estimating mortality indicators and full life tables based on given one or two pieces of information: life expectancy, child mortality, or child and adult mortality. The implemented models are better suited to the practical needs of mortality estimation, since the input parameters are continuous yet the second one is optional.

Installation

  1. Make sure you have the most recent version of R
  2. Run the following code in your R console
# install.packages("devtools")

library(devtools)
install_github("mpascariu/MortalityEstimate")

Help

All functions are documented in the standard way, which means that once you load the package using library(MortalityEstimate) you can just type ?LinearLink to see the help file.

Check the examples provided in the wilmoth and LinearLink functions.

Support

Buy Me A Coffee



mpascariu/MortalityEstimate documentation built on May 11, 2021, 6:33 p.m.