An open API service indexing awesome lists of open source software.

https://github.com/mpascariu/mortalityestimate

Indirect Estimation Methods for Measurement of Demographic Indicators - R package
https://github.com/mpascariu/mortalityestimate

demography indirect-estimation indirect-methods life-table mortality-estimation

Last synced: 7 months ago
JSON representation

Indirect Estimation Methods for Measurement of Demographic Indicators - R package

Awesome Lists containing this project

README

          

# R package - Indirect Estimation Methods for Measurement of Demographic Indicators
-----------------------------------
[![R-CMD-check](https://github.com/mpascariu/MortalityEstimate/workflows/R-CMD-check/badge.svg)](https://github.com/mpascariu/MortalityEstimate/actions)
[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html#maturing)
[![Coverage Status](https://img.shields.io/codecov/c/github/mpascariu/MortalityEstimate/master.svg)](https://codecov.io/github/mpascariu/MortalityEstimate?branch=master)
[![issues](https://img.shields.io/github/issues-raw/mpascariu/MortalityEstimate.svg)](https://github.com/mpascariu/MortalityEstimate/issues)
[![license](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/mpascariu/MortalityEstimate/blob/master/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

```r
# 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