find_mlt: Find life table survival function lx data from model life...

View source: R/reverse_survival_aux.R

find_mltR Documentation

Find life table survival function lx data from model life tables

Description

Retrieve survival data for provided model life tables

Usage

find_mlt(lt_family, e0, ages, sex)

Arguments

lt_family

Model Life Table family name (Chilean, Far_East_Asian, Latin, General, South_Asian, North, South, East, West)

e0

Life expectancy level for life table (lower bound = 20)

ages

age selection of data (single age-interval from 0 to 130)

sex

'female' or 'male' or 'both'

Value

data.frame with selected ages 'age' and survival functions 'lx_std'

Examples

find_mlt( lt_family = 'Latin', e0 = 60, ages = 0:5, sex = 'male')



josehcms/fertestr documentation built on Oct. 9, 2024, 9:03 p.m.