Description Usage Arguments Details Value Vignettes Author(s) Examples
View source: R/pop_reconstruction_functions.R
Calculates life expectancy at birth from age-specific survival
proportions in a stationary population. See the vignette
burkina-faso-females
for an illustration of its use.
1 |
z |
Vector of age specific survival proportions for age groups of width five years. |
This function calculates the life expectancy at birth in a stationary population subject to the survival proportions supplied.
Life expectancy at birth.
burkina-faso-females
Mark C. Wheldon
1 2 3 4 5 6 | ## Can take a few minutes
## Not run: data(burkina_faso_females)
life.expectancy.stationary(burkina.faso.females$survival.proportions[,1])
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.