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
- Host: GitHub
- URL: https://github.com/mpascariu/mortalityestimate
- Owner: mpascariu
- License: other
- Created: 2016-11-01T13:13:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-05T13:58:04.000Z (about 5 years ago)
- Last Synced: 2023-03-07T14:39:26.592Z (over 3 years ago)
- Topics: demography, indirect-estimation, indirect-methods, life-table, mortality-estimation
- Language: PostScript
- Homepage:
- Size: 19.7 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
R package - Indirect Estimation Methods for Measurement of Demographic Indicators
-----------------------------------
[](https://github.com/mpascariu/MortalityEstimate/actions)
[](https://lifecycle.r-lib.org/articles/stages.html#maturing)
[](https://codecov.io/github/mpascariu/MortalityEstimate?branch=master)
[](https://github.com/mpascariu/MortalityEstimate/issues)
[](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.
